diff options
Diffstat (limited to 'templates/django_registration/logged_out.html')
-rw-r--r-- | templates/django_registration/logged_out.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/django_registration/logged_out.html b/templates/django_registration/logged_out.html new file mode 100644 index 0000000..cccb58b --- /dev/null +++ b/templates/django_registration/logged_out.html @@ -0,0 +1,9 @@ +{% extends 'base.html' %} + +{% block title %}Logged Out{% endblock %} + +{% block primary %} +<h2>You're logged out</h2> +<h4>Thanks for visiting the site today</h4> +<a href="{%url 'login'%}">Login again</a> +{% endblock %} |