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 +++++++++ design/templates/django_registration/registration_form.html | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 design/templates/django_registration/logged_out.html (limited to 'design/templates/django_registration') 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 %} diff --git a/design/templates/django_registration/registration_form.html b/design/templates/django_registration/registration_form.html index 54e01c5..8573918 100644 --- a/design/templates/django_registration/registration_form.html +++ b/design/templates/django_registration/registration_form.html @@ -15,3 +15,10 @@

Already have an account? Log in.

{% endblock %} +{% block extra %} + +{{site.name}} +{%endblock%} -- cgit v1.2.3