aboutsummaryrefslogtreecommitdiffstats
path: root/templates/django_registration/registration_complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/django_registration/registration_complete.html')
-rw-r--r--templates/django_registration/registration_complete.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/django_registration/registration_complete.html b/templates/django_registration/registration_complete.html
new file mode 100644
index 0000000..0d1b2ef
--- /dev/null
+++ b/templates/django_registration/registration_complete.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+{% block content %}
+<p>{% trans "Your account has been created, however it must now be activated. An email has been sent with instructions on how to activate your account." %}</p>
+{% endblock %}