mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +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>
|
<td>
|
||||||
{% if device.mount_points %}
|
{% if device.mount_points %}
|
||||||
<form class="form" method="post"
|
<form class="form" method="post"
|
||||||
action="{% url 'storage:eject' device.device|urlencode:"" %}">
|
action="{% url 'storage:eject' device.device|urlencode:'' %}">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
||||||
<button type="submit"
|
<button type="submit"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user