]> git.ozlabs.org Git - patchwork/blobdiff - templates/registration/login.html
templates: Add CSRF (cross-site request forgery) values to form posts
[patchwork] / templates / registration / login.html
index eef56a43a8f5dc045e993a5cef5d8d4129454cbe..2dfc2a7bb8498ef843933e45744597c76ddfef05 100644 (file)
@@ -6,6 +6,7 @@
 
 {% block body %}
 <form method="post">
+{% csrf_token %}
 <table class="form loginform">
  <tr>
   <th colspan="2" class="headerrow">login</th>