summaryrefslogtreecommitdiffstats
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.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/registration/registration_complete.html b/templates/registration/registration_complete.html
deleted file mode 100644
index a89c116..0000000
--- a/templates/registration/registration_complete.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Registration{% endblock %}
-{% block heading %}Registration{% endblock %}
-
-{% block body %}
-
- <p>Registration successful!</p>
- <p>A confirmation email has been sent to your email address. You'll
- need to visit the link provided in that email to activate your
- patchwork account.</p>
-
-{% endblock %}