diff --git a/frontend/templates/profiles/create_profile.html b/frontend/templates/profiles/create_profile.html index d06891f3..b1cabc0f 100644 --- a/frontend/templates/profiles/create_profile.html +++ b/frontend/templates/profiles/create_profile.html @@ -6,7 +6,7 @@

Create a new profile for {{ user }}

-
+ {% csrf_token %} {{ form }} diff --git a/frontend/templates/profiles/edit_profile.html b/frontend/templates/profiles/edit_profile.html index 50f6bc3d..61dfdfb5 100644 --- a/frontend/templates/profiles/edit_profile.html +++ b/frontend/templates/profiles/edit_profile.html @@ -6,7 +6,7 @@

Edit profile for {{ user }}

- + {% csrf_token %} {{ form.as_p }} diff --git a/frontend/templates/registration/password_reset_confirm.html b/frontend/templates/registration/password_reset_confirm.html index f0a41cb9..416bc7e2 100644 --- a/frontend/templates/registration/password_reset_confirm.html +++ b/frontend/templates/registration/password_reset_confirm.html @@ -3,7 +3,7 @@ {% block doccontent %} Enter your new password below to reset your password.

-{% csrf_token %} +{% csrf_token %} {{ form.as_table }} diff --git a/frontend/templates/registration/user_change_form.html b/frontend/templates/registration/user_change_form.html index ddb5bea5..5cc88412 100644 --- a/frontend/templates/registration/user_change_form.html +++ b/frontend/templates/registration/user_change_form.html @@ -6,7 +6,7 @@

If you change your username, the web address for your profile page will change as well.

Your current username: {{ user.username }}

-
+ {% csrf_token %} {{ form.as_p }} diff --git a/frontend/templates/supporter.html b/frontend/templates/supporter.html index b13dce17..996df528 100644 --- a/frontend/templates/supporter.html +++ b/frontend/templates/supporter.html @@ -160,7 +160,7 @@ there's no tab for seeing ALL my books, only the filters! huh.
{% ifequal supporter request.user %}
- + {% csrf_token %}