summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/layout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 185bd2f..4019773 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -59,9 +59,9 @@
<li><a href="{{ url_for('admin.index') }}"><span class="glyphicon glyphicon-dashboard" /> Admin</a></li>
{% endif %}
- <li><a href="{{ url_for('auth.logout') }}"><span class="glyphicon glyphicon-user" /> Logout</a></li>
+ <li><a href="{{ url_for('auth.logout') }}"><span class="glyphicon glyphicon-log-out" /> Logout</a></li>
{% else %}
- <li><a href="{{ url_for('auth.login') }}"><span class="glyphicon glyphicon-user" /> Login</a></li>
+ <li><a href="{{ url_for('auth.login') }}"><span class="glyphicon glyphicon-log-in" /> Login</a></li>
{% endif %}
</ul>
</div><!-- /.navbar-collapse -->