]> git.ozlabs.org Git - patchwork/blobdiff - templates/registration/activate.html
Use django-registration infrastructure
[patchwork] / templates / registration / activate.html
diff --git a/templates/registration/activate.html b/templates/registration/activate.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 %}