app/soc/templates/soc/base.html
changeset 1797 f0c83ca3bb08
parent 1774 e8282d27eef8
child 1800 32f5379c4242
--- a/app/soc/templates/soc/base.html	Wed Mar 11 21:28:48 2009 +0000
+++ b/app/soc/templates/soc/base.html	Wed Mar 11 21:29:32 2009 +0000
@@ -110,6 +110,9 @@
 	Developer |
 	{% endif %}
 	{% if is_debug %}
+	Debug Mode |
+	{% endif %}
+	{% if is_local %}
 	<form id="flush_form" action="/_ah/admin/memcache" method="post" style="display: inline;">
       <input type="submit" class="button" name="action:flush" value="Flush Cache"/>
     </form> |