summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/index.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/views/index.tpl b/views/index.tpl
index 52c2919..7e482a9 100644
--- a/views/index.tpl
+++ b/views/index.tpl
@@ -7,8 +7,7 @@
<title>Ick</title>
</head>
<body>
- <p>You ARE logged in. Well done!</p>
- <p>Token is <code>{{ token }}</code></p>
+ <p>You ARE logged in. Well done! <a href="/web/logout">Logout</a></p>
<p><a href="/web/projects">Projects</p>
<p><a href="/web/builds">Builds</p>
</body>