comparison 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
comparison
equal deleted inserted replaced
13:d5265a0da13a 14:a52995b50ecc
121 <div> 121 <div>
122 <script>$("#error-popover").popover();</script> 122 <script>$("#error-popover").popover();</script>
123 {% block content %}{% endblock %} 123 {% block content %}{% endblock %}
124 </div> 124 </div>
125 {% if config.DEBUG and not config.DEBUG_SURE %} 125 {% if config.DEBUG and not config.DEBUG_SURE %}
126 <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> 126 <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>
127 {% endif %} 127 {% endif %}
128 </div> 128 </div>
129 <footer class="footer container-fluid"> 129 <footer class="footer container-fluid">
130 <div class="text-center"> 130 <div class="text-center">
131 <span class="text-muted">Copyright &copy; 2014 Greenbone Networks GmbH</span> 131 <span class="text-muted">Copyright &copy; 2014 Greenbone Networks GmbH</span>

http://farol.wald.intevation.org