summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/main_map.html2
-rw-r--r--templates/submited.html1
2 files changed, 1 insertions, 2 deletions
diff --git a/templates/main_map.html b/templates/main_map.html
index 47a495a..6b2d9d5 100644
--- a/templates/main_map.html
+++ b/templates/main_map.html
@@ -6,7 +6,7 @@
<ul id='categories'>{% for category, lst_sub_categories in sub_categories %}
<li>{% trans category.name %}
<ul class='subcategories'>{% for sub_category in lst_sub_categories %}
- <li><input type='checkbox' onclick='loadMarkers()' name='category_{{sub_category.id}}' id='{{sub_category.id}}'{% if sub_category.selected %} checked='checked'{% endif %}/> <label for='{{sub_category.id}}'><img alt='{{sub_category.name}}' src='{{media_path}}{{sub_category.icon.image}}'/> {% trans sub_category.name %}</label></li>{% endfor %}
+ <li><input type='checkbox' onclick='loadGeoObjects()' name='category_{{sub_category.id}}' id='{{sub_category.id}}'{% if sub_category.selected %} checked='checked'{% endif %}/> <label for='{{sub_category.id}}'><img alt='{{sub_category.name}}' src='{{media_path}}{{sub_category.icon.image}}'/> {% trans sub_category.name %}</label></li>{% endfor %}
</ul>
</li>{% endfor %}
</ul>
diff --git a/templates/submited.html b/templates/submited.html
index 824bd7f..eae3623 100644
--- a/templates/submited.html
+++ b/templates/submited.html
@@ -2,7 +2,6 @@
{% load i18n %}
{% block content %}
<fieldset class='edit'>
-<legend>{% trans "Add a new site" %}</legend>
<p>{% trans "Your proposition has been submited. A moderator will treat your submission shortly. Thanks!" %}</p>
</fieldset>
{% endblock %}