# HG changeset patch # User BenoƮt Allard # Date 1412079953 -7200 # Node ID a52995b50ecc9c5a328fef3b7770443dd2dca170 # Parent d5265a0da13a6e7ffa6f860b19460f56a2b682bd Add a warning when saving to a private cache diff -r d5265a0da13a -r a52995b50ecc farol/templates/base.j2 --- 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 %} {% if config.DEBUG and not config.DEBUG_SURE %} -
DEBUG: This application is running in debug mode. See the about page for more Details
+
DEBUG: This application is running in debug mode. See the about page for more Details
{% endif %}