aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/reregister.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/reregister.html')
-rw-r--r--templates/registration/reregister.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/registration/reregister.html b/templates/registration/reregister.html
new file mode 100644
index 0000000..33c4bfb
--- /dev/null
+++ b/templates/registration/reregister.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+{% block content %}
+<p>{% trans "As you have changed the email address for your account, you will now be required to re-register. An email has been sent with instructions on how to re-activate your account." %}</p>
+{% endblock %}