Remove useless template
This commit is contained in:
parent
26e9f39748
commit
63e4ba90b3
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
{% load umap_tags i18n %}
|
||||
<h3>{% trans "Map settings" %}</h3>
|
||||
<form action="{% url 'map_update_settings' map.pk %}" method="post" id="map_edit">
|
||||
{% csrf_token %}
|
||||
{% for field in form %}
|
||||
<div class="formbox">
|
||||
{{ field }}
|
||||
</div>
|
||||
<small class="help-text">{{ field.help_text }}</small>
|
||||
{% endfor %}
|
||||
<input type="submit" class="button"/>
|
||||
</form>
|
Loading…
Reference in a new issue