]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/register-confirm.html
Use django-registration infrastructure
[patchwork] / templates / patchwork / register-confirm.html
diff --git a/templates/patchwork/register-confirm.html b/templates/patchwork/register-confirm.html
deleted file mode 100644 (file)
index 2af5744..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "patchwork/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 %}