diff options
author | Pavlos Ratis <dastergon@gentoo.org> | 2013-09-25 12:16:46 -0700 |
---|---|---|
committer | Pavlos Ratis <dastergon@gentoo.org> | 2013-09-25 12:16:46 -0700 |
commit | a367f91a9f6f136acd42231b3cb322c1d2bb3064 (patch) | |
tree | bdbaa37144b2c913549587a6b747ff30a4281bc5 /okupy/templates/index.html | |
parent | Merge pull request #100 from dastergon/gravatar (diff) | |
parent | fix more pep8 errors (diff) | |
download | identity.gentoo.org-master.tar.gz identity.gentoo.org-master.tar.bz2 identity.gentoo.org-master.zip |
Settings improvements
Diffstat (limited to 'okupy/templates/index.html')
-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> |