diff --git a/panel/templates/panel/base.html b/panel/templates/panel/base.html
index 5437472..dcc6156 100644
--- a/panel/templates/panel/base.html
+++ b/panel/templates/panel/base.html
@@ -9,7 +9,7 @@
{% block title %}{% endblock %}
-
+
{% block extrahead %}{% endblock %}
@@ -34,13 +34,18 @@
{% block applist%}
Release Dashboard
{% endblock %}
+ {% if user.is_authenticated %}
+ logout {{ user.get_username }}
+ {% else %}
+ login
+ {% endif %}
{% block content %}{% endblock %}
-
-
+
+
{% block extrajs %}{% endblock %}