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