]> git.ozlabs.org Git - patchwork/blobdiff - patchwork/templates/patchwork/registration-confirm.html
Move to a more recent django project structure
[patchwork] / patchwork / templates / patchwork / registration-confirm.html
diff --git a/patchwork/templates/patchwork/registration-confirm.html b/patchwork/templates/patchwork/registration-confirm.html
new file mode 100644 (file)
index 0000000..6111401
--- /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 %}