diff options
-rw-r--r-- | templates/main_map.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/main_map.html b/templates/main_map.html index 117451a..dbd81ad 100644 --- a/templates/main_map.html +++ b/templates/main_map.html @@ -39,6 +39,7 @@ lst_{{category.id}}.push("{{sub_category.id}}");{% endfor %} <div id='category_detail'> </div> +<div id='welcome_button'><a href='javascript:show("welcome");'>{% trans "Welcome message"%}</a></div> {{welcome}}{% endblock %} {% block content %}{{ block.super }}<div id='map'></div> <script type='text/javascript'><!-- @@ -53,5 +54,5 @@ var p_display_submited={{p_display_submited}}; var p_checked_categories = [{{p_checked_categories}}];{%endif%} init(); // --> </script>{% endblock %} -{% block footer %}<div id='map-footer'><a href='javascript:show("welcome");'>{% trans "Welcome message"%}</a> - {{ block.super }} - {% trans "Map"%} © <a href='http://openstreetmap.org/'>OpenStreetMap</a></div> +{% block footer %}<div id='map-footer'>{{ block.super }} - {% trans "Map"%} © <a href='http://openstreetmap.org/'>OpenStreetMap</a></div> {% endblock %} |