]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/user-link.html
Remove unused templates and some code for processing them
[patchwork] / templates / patchwork / user-link.html
index dfad341e8ba3b4391d383bfe3b34408ab811784c..10c8ec275b6628a1c3e9c0d454e6446e7cbc61d4 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "patchwork/base.html" %}
+{% extends "base.html" %}
 
 {% block title %}{{ user.username }}{% endblock %}
 {% block heading %}link accounts for {{ user.username }}{% endblock %}
@@ -22,6 +22,7 @@ you.</p>
    {% endif %}
 
    <form action="{% url patchwork.views.user.link %}" method="post">
+    {% csrf_token %}
     {{linkform.email.errors}}
     Link an email address: {{ linkform.email }}
    </form>