diff options
-rw-r--r-- | templates/chimere/main_map.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/chimere/main_map.html b/templates/chimere/main_map.html index e37ad80..e65d1e4 100644 --- a/templates/chimere/main_map.html +++ b/templates/chimere/main_map.html @@ -88,7 +88,9 @@ <span id='action-project' class='dyn-page'> <a href='/dyn/project/'>le projet</a> </span> | - {% if contact_email %}<a href='mailto:{{contact_email}}' id='contactus'>{% trans "contact" %}</a> | {% endif %} + <span id='action-contact' class='dyn-page'> + <a href='/dyn/contact/'>contact</a> + </span> | <a href="{% url 'chimere:extra_page' '' 'legal' %}" id='page-legal' class='dyn-page'>{% trans "terms of service & credits" %}</a> </div> </div> |