storage: Minor styling with urlencode call in template

For consistency.

Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Joseph Nuthalapati 2018-10-22 11:27:42 -07:00 committed by James Valleroy
parent d5860ac179
commit b29ccfc060
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -141,7 +141,7 @@
<td>
{% if device.mount_points %}
<form class="form" method="post"
action="{% url 'storage:eject' device.device|urlencode:"" %}">
action="{% url 'storage:eject' device.device|urlencode:'' %}">
{% csrf_token %}
<button type="submit"