diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
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> |