From 0d7c76b5a311fb409ee7060217b647cfdab2c187 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Tue, 28 Apr 2009 21:39:08 +0000 Subject: [PATCH] Added a link to admin page under settings if you have permissions to use the admin page. --- templates/app.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/app.html b/templates/app.html index 0531fa1..41053f5 100644 --- a/templates/app.html +++ b/templates/app.html @@ -49,6 +49,7 @@

Settings

+ {% if user.is_staff %}Admin{% endif %} Profile Change_PW
-- 2.30.2