summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/registration-confirm.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchwork/registration-confirm.html')
-rw-r--r--templates/patchwork/registration-confirm.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/patchwork/registration-confirm.html b/templates/patchwork/registration-confirm.html
new file mode 100644
index 0000000..f0cc39f
--- /dev/null
+++ b/templates/patchwork/registration-confirm.html
@@ -0,0 +1,13 @@
+{% 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 %}