Browse Source

Fix link to home in title

Jocelyn Delande 9 years ago
parent
commit
79625f9624
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wifiwithme/apps/contribmap/templates/base.html

+ 1 - 1
wifiwithme/apps/contribmap/templates/base.html

@@ -30,7 +30,7 @@
     <div class="container">
     <h1>
     {% block title %}
-      <a href="./">Réseau wifi expérimental</a>
+      <a href="{% url 'display_map' %}">Réseau wifi expérimental</a>
     {% endblock %}
     </h1>
     </div>