diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-14 22:11:44 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-14 22:11:44 +0100 |
commit | ad531daa433293713cac8b0556f47f964d22fba8 (patch) | |
tree | 0bf5768834da6a9251f51d878ed1d8ad9e427bc5 /source/templates/index.html | |
parent | Updated comments in auth.py (diff) | |
download | newspipe-ad531daa433293713cac8b0556f47f964d22fba8.tar.gz newspipe-ad531daa433293713cac8b0556f47f964d22fba8.tar.bz2 newspipe-ad531daa433293713cac8b0556f47f964d22fba8.zip |
Added logout button.
Diffstat (limited to 'source/templates/index.html')
-rw-r--r-- | source/templates/index.html | 2 |
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> + + <a href="/logout/"><img src="/img/logout.png" title="Logout" /></a> </div><br/> <% html = "" |