# HG changeset patch # User Pawel Solyga # Date 1233167060 0 # Node ID 77aab03aa693bdf945dae373af6e9c44e9dee584 # Parent cc6aedbde28d69e50cb304ebb8f0aeb6f2b7e0ff Add 'Flush Cache' button next to Admin link. It's visible only when working on dev_appserver locally. This is a quick way of flushing memcache. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r cc6aedbde28d -r 77aab03aa693 app/soc/templates/soc/base.html --- a/app/soc/templates/soc/base.html Wed Jan 28 18:23:45 2009 +0000 +++ b/app/soc/templates/soc/base.html Wed Jan 28 18:24:20 2009 +0000 @@ -33,8 +33,9 @@ {% block scripts %}{% endblock %} - +{% block body_tag %} +{% endblock %}
{% block login_links %} @@ -42,6 +43,9 @@ {{ account.email }} ({{ account.nickname }}) | {% endif %} {% if is_debug %} +
+ +
| Admin | {% endif %} Report bugs |