]> git.ozlabs.org Git - patchwork/blobdiff - templates/registration/registration_form.html
templates: use custom templates for password change
[patchwork] / templates / registration / registration_form.html
index c8ce1160e4545a17f630825f4f1f4a15ddca646c..e2b17c1aa80a09631695e85bf08eac8d06daea5c 100644 (file)
@@ -1,7 +1,7 @@
 {% extends "base.html" %}
 
-{% block title %}Patchwork Registration{% endblock %}
-{% block heading %}Patchwork Registration{% endblock %}
+{% block title %}Registration{% endblock %}
+{% block heading %}Registration{% endblock %}
 
 
 {% block body %}
@@ -20,6 +20,7 @@
  <li>update the state of your own patches</li>
 </ul>
 <form method="post">
+{% csrf_token %}
 <table class="form registerform">
  <tr>
   <th colspan="2" class="headerrow">register</th>