diff --git a/pyweb/templates/registration/registration_form.html b/pyweb/templates/registration/registration_form.html index fdd8bb1..43dcc6b 100644 --- a/pyweb/templates/registration/registration_form.html +++ b/pyweb/templates/registration/registration_form.html @@ -7,7 +7,7 @@

Create Account

Please fill in the following form.

-
+{% csrf_token %} {{ form }}