diff options
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> |