mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
storage: Minor styling with urlencode call in template
For consistency. Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
d5860ac179
commit
b29ccfc060
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user