Add a "Developer" tag in the top sidebar if appropriate
Patch by: Sverre Rabbelier
--- 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"/>