summaryrefslogtreecommitdiff
path: root/baserock_openid_provider/templates/registration/registration_complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_openid_provider/templates/registration/registration_complete.html')
-rw-r--r--baserock_openid_provider/templates/registration/registration_complete.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/baserock_openid_provider/templates/registration/registration_complete.html b/baserock_openid_provider/templates/registration/registration_complete.html
new file mode 100644
index 00000000..757bd50c
--- /dev/null
+++ b/baserock_openid_provider/templates/registration/registration_complete.html
@@ -0,0 +1,11 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+{% block content %}
+<p>You are now registered. An activation email has been sent to you with
+a link that you will need to click to activate your account.</p>
+
+<p>The mail should arrive within 15 minutes, depending on your mail provider's
+use of <a href="https://en.wikipedia.org/wiki/Greylisting">greylisting.</a></p>
+</p>
+{% endblock %}