diff options
author | Pavlos Ratis <dastergon@gentoo.org> | 2013-09-25 15:05:54 +0300 |
---|---|---|
committer | Pavlos Ratis <dastergon@gentoo.org> | 2013-09-25 15:05:54 +0300 |
commit | 9f028fb307bf378bddbf10a20799780bf865b21a (patch) | |
tree | 647ec07f7654956202dea8724b111e42aa481ee5 | |
parent | Merge pull request #100 from dastergon/gravatar (diff) | |
download | identity.gentoo.org-9f028fb307bf378bddbf10a20799780bf865b21a.tar.gz identity.gentoo.org-9f028fb307bf378bddbf10a20799780bf865b21a.tar.bz2 identity.gentoo.org-9f028fb307bf378bddbf10a20799780bf865b21a.zip |
check whether user is dev and print related info
-rw-r--r-- | okupy/templates/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ </div> </p> </div> + {% if user.is_developer %} <div class="row-fluid"> <p> <div class="span9"> @@ -77,6 +78,7 @@ </div> </p> </div> + {% endif %} {% endfor %} </div> </div> |