diff options
Diffstat (limited to 'servo/templates/checkin/index.html')
-rw-r--r-- | servo/templates/checkin/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/servo/templates/checkin/index.html b/servo/templates/checkin/index.html index d7928fb..c197d31 100644 --- a/servo/templates/checkin/index.html +++ b/servo/templates/checkin/index.html @@ -34,7 +34,7 @@ </ul> {% endif %} <ul class="nav navbar-nav pull-right"> - {% if request.user.is_authenticated %} + {% if request.user.is_authenticated %} <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">{% bootstrap_icon "user" %} {{ request.session.checkin_user_name }} <b class="caret"></b></a> <ul class="dropdown-menu"> @@ -48,7 +48,7 @@ <li><a href="{% url 'accounts-logout' %}" data-modal="#modal">{% bootstrap_icon "off" %} {% trans "Log out" %}...</a></li> </ul> </li> - {% endif %} + {% endif %} </ul> </div><!--/.nav-collapse --> </div> |