aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/checkin/index.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-11-18 22:41:40 +0200
committerFilipp Lepalaan <filipp@mac.com>2015-11-18 22:41:40 +0200
commit085832888a6ebee7f0b2d23c68ef887833f2a94d (patch)
tree31363288b92ea742b9e10ff21990bd77b8bdbf82 /servo/templates/checkin/index.html
parent15ea45e17ebe662b4a105a0a61d6e46dcf591358 (diff)
downloadServo-085832888a6ebee7f0b2d23c68ef887833f2a94d.tar.gz
Servo-085832888a6ebee7f0b2d23c68ef887833f2a94d.tar.bz2
Servo-085832888a6ebee7f0b2d23c68ef887833f2a94d.zip
Cleanup
Diffstat (limited to 'servo/templates/checkin/index.html')
-rw-r--r--servo/templates/checkin/index.html4
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>