diff options
Diffstat (limited to 'templates/registration/registration_form.html')
-rw-r--r-- | templates/registration/registration_form.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html index 8938e40..e2b17c1 100644 --- a/templates/registration/registration_form.html +++ b/templates/registration/registration_form.html @@ -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> |