summaryrefslogtreecommitdiff
path: root/templates/master.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/master.tmpl')
-rw-r--r--templates/master.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/master.tmpl b/templates/master.tmpl
index 220e840..8db6b6a 100644
--- a/templates/master.tmpl
+++ b/templates/master.tmpl
@@ -32,7 +32,8 @@
<div id="content">
<h2><% include title( ) %></h2>
<% if not empty username %>
- <p>Logged in as <%= username %><p>
+ <p>Logged in as <%= username %>
+ <a href="<%= logout_link %>">Logout</a></p>
<% else %>
<p>Currently not logged in</p>
<% end %>