Browse Source

Add a link to the map at bottom of home page.

Jocelyn Delalande 8 years ago
parent
commit
85266c3c07
1 changed files with 3 additions and 0 deletions
  1. 3 0
      wifiwithme/apps/pages/templates/pages/home.html

+ 3 - 0
wifiwithme/apps/pages/templates/pages/home.html

@@ -29,6 +29,9 @@ pourraient être intéressantes.
         <a href="{% url 'add_contrib' %}" class="btn btn-lg btn-primary btn-default">
         <a href="{% url 'add_contrib' %}" class="btn btn-lg btn-primary btn-default">
           Demander un raccordement
           Demander un raccordement
         </a>
         </a>
+        <a href="{% url 'display_map' %}" class="btn btn-lg  btn-default">
+          Voir les autres demandes
+        </a>
       </p>
       </p>
     </div>
     </div>
   </header>
   </header>