added logout button to home page

This commit is contained in:
Lynne Megido 2018-11-13 22:11:28 +10:00
parent 2eb2a7701d
commit 1d792ea341
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499

View File

@ -26,6 +26,8 @@
<br />
<a class='button' href='/settings'>Settings</a>
{% endif %}
<br />
<a class='button' href='/logout'>Log out</a>
{% include 'footer.html' %}
</body>
</html>