diff options
Diffstat (limited to 'templates/main_map.html')
| -rw-r--r-- | templates/main_map.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/main_map.html b/templates/main_map.html index b5aca16..20f740a 100644 --- a/templates/main_map.html +++ b/templates/main_map.html @@ -9,7 +9,9 @@ <li><input type='checkbox' onclick='loadGeoObjects()' name='category_{{sub_category.id}}' id='category_{{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 %} + <li id='display_submited'><input type='checkbox' onclick='loadGeoObjects()' name='display_submited'/> {% trans "Display markers and routes waiting for validation"%}</li> </ul> + </form> </div> <div id='detail'> |
