summaryrefslogtreecommitdiffstats
path: root/templates/registration/activate.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/activate.html')
-rw-r--r--templates/registration/activate.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/registration/activate.html b/templates/registration/activate.html
deleted file mode 100644
index f0cc39f..0000000
--- a/templates/registration/activate.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Registration{% endblock %}
-{% block heading %}Registration{% endblock %}
-
-{% block body %}
-<p>Registraton confirmed!</p>
-
-<p>Your patchwork registration is complete. Head over to your <a
- href="{% url patchwork.views.user.profile %}">profile</a> to start using
-patchwork's extra features.</p>
-
-{% endblock %}