chore: formatting
This commit is contained in:
parent
89c92471bd
commit
d985a6585e
1 changed files with 10 additions and 10 deletions
|
@ -69,16 +69,16 @@
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
{% if map_inst|can_delete_map:request %}
|
{% if map_inst|can_delete_map:request %}
|
||||||
<form action="{% url 'map_delete' map_inst.pk %}"
|
<form action="{% url 'map_delete' map_inst.pk %}"
|
||||||
method="post"
|
method="post"
|
||||||
class="map-delete">
|
class="map-delete">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<input type="hidden" name="next" value="{% url 'user_dashboard' %}">
|
<input type="hidden" name="next" value="{% url 'user_dashboard' %}">
|
||||||
<button class="map-icon" type="submit" title="{% translate "Delete" %}">
|
<button class="map-icon" type="submit" title="{% translate "Delete" %}">
|
||||||
<span class="icon-dashboard icon-delete"></span>
|
<span class="icon-dashboard icon-delete"></span>
|
||||||
<span class="sr-only">{% translate "Delete" %}</span>
|
<span class="sr-only">{% translate "Delete" %}</span>
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue