summaryrefslogtreecommitdiff
path: root/templates/chimere/main_map.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/chimere/main_map.html')
-rw-r--r--templates/chimere/main_map.html15
1 files changed, 1 insertions, 14 deletions
diff --git a/templates/chimere/main_map.html b/templates/chimere/main_map.html
index caad4b4..fd11546 100644
--- a/templates/chimere/main_map.html
+++ b/templates/chimere/main_map.html
@@ -12,6 +12,7 @@
{% endblock %}
{% block message_edit %}{% endblock %}
{% block sidebar %}
+{% display_welcome %}
<div class='show-hide-panel' id='hide-panel'><span class='fa fa-arrow-circle-right'></span></div>
<div class='show-hide-panel' id='show-panel'><span class='fa fa-arrow-circle-left'></span></div>
<div id='panel' class='navbar-default'>
@@ -23,20 +24,6 @@
<script type='text/javascript'>
$(function(){$('#category_description').dialog({'autoOpen':false});});
</script>
-{%comment%}
- <div id='utils-div' class='panel panel-default'>
- <div class='panel-body' class="btn-group-vertical">
- {% routing %}
- {% display_welcome %}
- {% display_news news_visible %}
-
- <button id='permalink' type="button" class="btn btn-default"></button>
- <button id='simple_button' type='button' class="btn btn-default" href='{% url chimere:simple_index area_name_slash %}'>{% trans "Simple map" %}</button>
- <div id='permalink' class='ui-widget ui-button ui-state-default ui-corner-all'></div>
- <a id='simple_button' class="btn btn-default" href='{% url chimere:simple_index area_name_slash %}'>{% trans "Simple map" %}</a>
- </div>
- </div>
-{%endcomment%}
<div id='detail'></div>
{% endblock %}
{% block search_box %} {% endblock %}