From 9f028fb307bf378bddbf10a20799780bf865b21a Mon Sep 17 00:00:00 2001 From: Pavlos Ratis Date: Wed, 25 Sep 2013 15:05:54 +0300 Subject: check whether user is dev and print related info --- okupy/templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/okupy/templates/index.html b/okupy/templates/index.html index f464d46..01ff084 100644 --- a/okupy/templates/index.html +++ b/okupy/templates/index.html @@ -46,6 +46,7 @@

+ {% if user.is_developer %}

@@ -77,6 +78,7 @@

+ {% endif %} {% endfor %} -- cgit v1.2.3-65-gdbad