]> git.ozlabs.org Git - patchwork/blobdiff - templates/registration/registration_form.html
templates: Add CSRF (cross-site request forgery) values to form posts
[patchwork] / templates / registration / registration_form.html
index 8938e40ce663d52d8c8bf5e36216a41984284e72..e2b17c1aa80a09631695e85bf08eac8d06daea5c 100644 (file)
@@ -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>