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, 0 insertions, 11 deletions
diff --git a/baserock_openid_provider/templates/registration/registration_complete.html b/baserock_openid_provider/templates/registration/registration_complete.html
deleted file mode 100644
index 757bd50c..00000000
--- a/baserock_openid_provider/templates/registration/registration_complete.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% 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 %}