]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/registration-confirm.html
Move to a more recent django project structure
[patchwork] / templates / patchwork / registration-confirm.html
diff --git a/templates/patchwork/registration-confirm.html b/templates/patchwork/registration-confirm.html
deleted file mode 100644 (file)
index 6111401..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{% 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 %}