From d12a5a018faf9cba5a19ebb1bda79ad2ffbbd69f Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 19 Nov 2018 11:52:49 -0600 Subject: updated requirements, rolled in style changes and js --- design/templates/django_registration/logged_out.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 design/templates/django_registration/logged_out.html (limited to 'design/templates/django_registration/logged_out.html') diff --git a/design/templates/django_registration/logged_out.html b/design/templates/django_registration/logged_out.html new file mode 100644 index 0000000..cccb58b --- /dev/null +++ b/design/templates/django_registration/logged_out.html @@ -0,0 +1,9 @@ +{% extends 'base.html' %} + +{% block title %}Logged Out{% endblock %} + +{% block primary %} +

You're logged out

+

Thanks for visiting the site today

+Login again +{% endblock %} -- cgit v1.2.3