diff farol/templates/base.j2 @ 14:a52995b50ecc

Add a warning when saving to a private cache
author Benoît Allard <benoit.allard@greenbone.net>
date Tue, 30 Sep 2014 14:25:53 +0200
parents 4219d6fb4c38
children 4a3fdd3f2723
line wrap: on
line diff
--- a/farol/templates/base.j2	Tue Sep 30 14:25:25 2014 +0200
+++ b/farol/templates/base.j2	Tue Sep 30 14:25:53 2014 +0200
@@ -123,7 +123,7 @@
       {% block content %}{% endblock %}
     </div>
     {% if config.DEBUG and not config.DEBUG_SURE %}
-    <div class="alert alert-danger"><strong>DEBUG:</strong> This application is running in debug mode. See the <a href="{{ url_for('about', _anchor='debug')}}">about page</a> for more Details</div>
+    <div class="alert alert-danger"><strong>DEBUG:</strong> This application is running in debug mode. See the <a href="{{ url_for('about') }}#debug">about page</a> for more Details</div>
     {% endif %}
   </div>
   <footer class="footer container-fluid">

http://farol.wald.intevation.org