diff options
Diffstat (limited to 'templates/registration/logout.html')
-rw-r--r-- | templates/registration/logout.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/registration/logout.html b/templates/registration/logout.html deleted file mode 100644 index 480adfe..0000000 --- a/templates/registration/logout.html +++ /dev/null @@ -1,6 +0,0 @@ -{% 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 %} |