aboutsummaryrefslogtreecommitdiff
path: root/source/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-01-14 22:11:44 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-01-14 22:11:44 +0100
commitad531daa433293713cac8b0556f47f964d22fba8 (patch)
tree0bf5768834da6a9251f51d878ed1d8ad9e427bc5 /source/templates
parentUpdated comments in auth.py (diff)
downloadnewspipe-ad531daa433293713cac8b0556f47f964d22fba8.tar.gz
newspipe-ad531daa433293713cac8b0556f47f964d22fba8.tar.bz2
newspipe-ad531daa433293713cac8b0556f47f964d22fba8.zip
Added logout button.
Diffstat (limited to 'source/templates')
-rw-r--r--source/templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/templates/index.html b/source/templates/index.html
index 7a09e25c..87ba7815 100644
--- a/source/templates/index.html
+++ b/source/templates/index.html
@@ -43,6 +43,8 @@ import utils
%endif
%endif
<a accesskey="F" href="/fetch/"><img src="/img/check-news.png" title="Check for news" /></a>
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ <a href="/logout/"><img src="/img/logout.png" title="Logout" /></a>
</div><br/>
<%
html = ""
bgstack15