summaryrefslogtreecommitdiff
path: root/templates/registration/logout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/logout.html')
-rw-r--r--templates/registration/logout.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/registration/logout.html b/templates/registration/logout.html
index b2f9910..480adfe 100644
--- a/templates/registration/logout.html
+++ b/templates/registration/logout.html
@@ -1,4 +1,6 @@
{% extends 'base.html' %}
{% block content %}
You have successfully logged out of PyTasks.
+<br><br>
+<a href="/">Click here</a> to go back to PyTask Homepage
{% endblock %}