From a0b95dc2dfb84c682bb8f677e5d471f84e5028fe Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 14 Nov 2018 13:17:42 -0600 Subject: wrote out basic notes skeleton --- design/templates/django_registration/activation_complete.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 design/templates/django_registration/activation_complete.html (limited to 'design/templates/django_registration/activation_complete.html') diff --git a/design/templates/django_registration/activation_complete.html b/design/templates/django_registration/activation_complete.html new file mode 100644 index 0000000..914be51 --- /dev/null +++ b/design/templates/django_registration/activation_complete.html @@ -0,0 +1,8 @@ + +{% extends 'base.html' %} +{% block content %} +
+

Your account is now active.

+

Login and get started! +

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