]> git.ozlabs.org Git - patchwork/blobdiff - templates/registration/registration_complete.html
Use django-registration infrastructure
[patchwork] / templates / registration / registration_complete.html
diff --git a/templates/registration/registration_complete.html b/templates/registration/registration_complete.html
new file mode 100644 (file)
index 0000000..47ee3f2
--- /dev/null
@@ -0,0 +1,13 @@
+{% extends "base.html" %}
+
+{% block title %}Patchwork Registration{% endblock %}
+{% block heading %}Patchwork Registration{% endblock %}
+
+{% block body %}
+
+ <p>Registration successful!</p>
+ <p>A confirmation email has been sent to your email address. You'll
+ need to visit the link provided in that email to actiavate your
+ patchwork account.</p>
+
+{% endblock %}