]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/registration-confirm.html
registration: use EmailConfimation rather than separate registration app
[patchwork] / templates / patchwork / registration-confirm.html
diff --git a/templates/patchwork/registration-confirm.html b/templates/patchwork/registration-confirm.html
new file mode 100644 (file)
index 0000000..f0cc39f
--- /dev/null
@@ -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 %}