summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2010-07-09 00:27:44 +0200
committerLeif Johansson <leifj@sunet.se>2010-07-09 00:27:44 +0200
commit54563defc38d0075bfc448720e4f5805998a824a (patch)
tree079a23654274d0b05755e580445c56ab6e441907 /templates/base.html
parent342cb7d1edb536378f462d6a7757c2f9ccdfe1ea (diff)
a bit more bling on the ui
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index cc0f8a4..18172d3 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -91,8 +91,8 @@
<ul>
<li><a href="/user"><span class="ui-icon ui-icon-locked" style="float: left;"></span>{{ profile.display_name }}</a></li>
</ul>
- {% endif %}
</div>
+ {% endif %}
<div id="branding"><a style="text-decoration: none" href="/">{% block headline %}{% endblock %}</a></div>
</div>
<div class="clear"></div>