# HG changeset patch # User Sverre Rabbelier # Date 1235239125 0 # Node ID 4d78f2f71ce5714a869e7a4acab1954b95ec13cb # Parent e484f9acf9994da84d1e8473a804a7bafdc4379c Add a "Developer" tag in the top sidebar if appropriate Patch by: Sverre Rabbelier diff -r e484f9acf999 -r 4d78f2f71ce5 app/soc/templates/soc/base.html --- 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 %} {{ account.email }} ({{ account.nickname }}) | {% endif %} + {% if is_admin %} + Developer | + {% endif %} {% if is_debug %}