summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/base.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-10-10 19:12:07 +0200
committerAurélien Bompard <aurelien@bompard.org>2012-10-10 19:12:07 +0200
commit363765ccf154b1cc9734edcf4c249049d9284b30 (patch)
tree0000af97b2ca88ee0b92f5ac666a9a91682f0e7e /hyperkitty/templates/base.html
parent70c2df2a983ab6cd8ae808132d9c1bb8556086cd (diff)
Improve styling in headers and thread view
Diffstat (limited to 'hyperkitty/templates/base.html')
-rw-r--r--hyperkitty/templates/base.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html
index 7a62c5f..c679687 100644
--- a/hyperkitty/templates/base.html
+++ b/hyperkitty/templates/base.html
@@ -18,22 +18,22 @@
<div class="navbar-inner">
<div class="container">
<div class="nav-collapse collapse">
-
- {% if user.is_authenticated %}
+
+ {% if user.is_authenticated %}
<li class="user_nav">
- <a class="mm_logout" style="float:right;" href="{% url user_logout %}">Logout</a>
+ <a class="mm_logout" style="float:right;" href="{% url user_logout %}">Logout</a>
</li>
<li class="user_nav" style="float:right;">
- <a style="float:right;" href="{% url user_profile %}">{{ user.username }}</a>
+ <a style="float:right;" href="{% url user_profile %}">{{ user.username }}</a>
</li>
{% else %}
<li class="user_nav" style="float:right;">
- <a class="mm_user" style="float:right;" href="{% url user_login %}">Login</a>
+ <a class="mm_user" style="float:right;" href="{% url user_login %}">Login</a>
</li>
<li class="user_nav" style="float:right;">
- <a style="float:right;" href="{% url user_registration %}"> Sign Up </a>
+ <a style="float:right;" href="{% url user_registration %}"> Sign Up </a>
</li>
- {% endif %}
+ {% endif %}
<ul class="nav">