app/soc/templates/soc/base.html
changeset 1439 4d78f2f71ce5
parent 1359 582661519e5d
child 1451 ef134d062b83
--- a/app/soc/templates/soc/base.html	Sat Feb 21 17:10:18 2009 +0000
+++ b/app/soc/templates/soc/base.html	Sat Feb 21 17:58:45 2009 +0000
@@ -90,6 +90,9 @@
 	{% if account %}
 	<b>{{ account.email }} ({{ account.nickname }})</b> | 
 	{% endif %}
+	{% if is_admin %}
+	Developer |
+	{% endif %}
 	{% if is_debug %}
 	<form id="flush_form" action="/_ah/admin/memcache" method="post" style="display: inline;">
       <input type="submit" class="button" name="action:flush" value="Flush Cache"/>