diff options
Diffstat (limited to 'templates/chimere/main_map.html')
-rw-r--r-- | templates/chimere/main_map.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/chimere/main_map.html b/templates/chimere/main_map.html index abf4934..702aa13 100644 --- a/templates/chimere/main_map.html +++ b/templates/chimere/main_map.html @@ -72,6 +72,7 @@ <i class="fa fa-arrow-circle-left" aria-hidden="true"></i> <p>REVENIR AUX CATÉGORIES</p> </div> <div class='footer' id='footer-panel'> + {% comment %} <p>Disponible en téléchargement sur mobile</p> <div id="store"> <a href="https://play.google.com/store/apps/details?id=com.saclay.saclaycarteouverte" @@ -85,6 +86,7 @@ alt="App store" class="store-image"/> </a> </div> + {% endcomment %} <span id='action-project' class='dyn-page'> <a href='/dyn/project/'>le projet</a> </span> | @@ -124,10 +126,12 @@ {% display_news news_visible %} {{ block.super }} <div id='map-shadow'></div> + {% comment %} <div id='edit-button' class="action-button"> <i class="fa fa-plus" aria-hidden="true"></i></div> {% if itinerary_form %}<div id='routing-button' class="action-button"> <i class="fa fa-map-signs" aria-hidden="true"></i></div>{% endif %} + {% endcomment %} <div id='default-message'></div> <a href="{% url 'chimere:extra_page' '' 'feedback' %}" id='page-feedback' class='dyn-page'>Suggestions</a> <script type="text/javascript"> |