aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlos Ratis <dastergon@gentoo.org>2013-09-25 12:16:46 -0700
committerPavlos Ratis <dastergon@gentoo.org>2013-09-25 12:16:46 -0700
commita367f91a9f6f136acd42231b3cb322c1d2bb3064 (patch)
treebdbaa37144b2c913549587a6b747ff30a4281bc5 /okupy/templates/index.html
parentMerge pull request #100 from dastergon/gravatar (diff)
parentfix more pep8 errors (diff)
downloadidentity.gentoo.org-master.tar.gz
identity.gentoo.org-master.tar.bz2
identity.gentoo.org-master.zip
Merge pull request #102 from dastergon/settings_improvementsHEADmaster
Settings improvements
Diffstat (limited to 'okupy/templates/index.html')
-rw-r--r--okupy/templates/index.html2
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>