diff --git a/templates/apipassword.html b/templates/apipassword.html index 8e8bc07..77fd971 100644 --- a/templates/apipassword.html +++ b/templates/apipassword.html @@ -10,6 +10,7 @@ below.

{{ form.as_table }} +{% csrf_token %}

diff --git a/templates/hr/applications/accept.html b/templates/hr/applications/accept.html index fcb1878..b5ffc41 100644 --- a/templates/hr/applications/accept.html +++ b/templates/hr/applications/accept.html @@ -7,6 +7,7 @@ {{ form.as_table }} +{% csrf_token %}
diff --git a/templates/hr/applications/add.html b/templates/hr/applications/add.html index bec7713..8a9872d 100644 --- a/templates/hr/applications/add.html +++ b/templates/hr/applications/add.html @@ -9,6 +9,7 @@ {{ form.as_table }}
+{% csrf_token %} {% endblock %} diff --git a/templates/hr/applications/add_message.html b/templates/hr/applications/add_message.html index 2c283f6..cf12ad8 100644 --- a/templates/hr/applications/add_message.html +++ b/templates/hr/applications/add_message.html @@ -7,6 +7,7 @@ {{ form.as_table }}
+{% csrf_token %} {% endblock %} diff --git a/templates/hr/applications/add_note.html b/templates/hr/applications/add_note.html index 7543b6b..c19a730 100644 --- a/templates/hr/applications/add_note.html +++ b/templates/hr/applications/add_note.html @@ -7,6 +7,7 @@ {{ form.as_table }}
+{% csrf_token %} {% endblock %} diff --git a/templates/hr/applications/reject.html b/templates/hr/applications/reject.html index 08e2a55..88b3911 100644 --- a/templates/hr/applications/reject.html +++ b/templates/hr/applications/reject.html @@ -8,6 +8,7 @@ {{ form.as_table }}
+{% csrf_token %} {% endblock %} diff --git a/templates/hr/recommendations/add.html b/templates/hr/recommendations/add.html index 1bc2d59..013e07a 100644 --- a/templates/hr/recommendations/add.html +++ b/templates/hr/recommendations/add.html @@ -11,6 +11,7 @@ The person you are recommending needs to have created their application before y {{ form.as_table }}
+{% csrf_token %} {% endblock %} diff --git a/templates/piston/authorize_token.html b/templates/piston/authorize_token.html index 01bc637..fb4b9dc 100644 --- a/templates/piston/authorize_token.html +++ b/templates/piston/authorize_token.html @@ -12,6 +12,7 @@ {{ form.as_table }}
+ {% csrf_token %} diff --git a/templates/registration/login.html b/templates/registration/login.html index b413b5a..af54457 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -24,6 +24,7 @@ {{ form.password.label_tag }}{{ form.password }}
+{% csrf_token %} diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html index f1c6551..e7f3632 100644 --- a/templates/registration/registration_form.html +++ b/templates/registration/registration_form.html @@ -11,6 +11,7 @@
{{ form }} + {% csrf_token %}

diff --git a/templates/sso/apipassword.html b/templates/sso/apipassword.html index d292553..7371fa6 100644 --- a/templates/sso/apipassword.html +++ b/templates/sso/apipassword.html @@ -12,6 +12,7 @@ password below.

{{ form.as_table }}
+{% csrf_token %}
diff --git a/templates/sso/eveapi.html b/templates/sso/eveapi.html index b523401..0cdae01 100644 --- a/templates/sso/eveapi.html +++ b/templates/sso/eveapi.html @@ -12,6 +12,7 @@ page and a optional description.

{{ form.as_table }}
+{% csrf_token %}

Once you have added your EVE API key, don't forget to apply in game, as well as add an application through our diff --git a/templates/sso/redditaccount.html b/templates/sso/redditaccount.html index 29f7119..5d71a25 100644 --- a/templates/sso/redditaccount.html +++ b/templates/sso/redditaccount.html @@ -11,6 +11,7 @@ on from time to time

{{ form.as_table }}
+{% csrf_token %}
diff --git a/templates/sso/serviceaccount/deleteconfirm.html b/templates/sso/serviceaccount/deleteconfirm.html index 2a8dda2..f43de8d 100644 --- a/templates/sso/serviceaccount/deleteconfirm.html +++ b/templates/sso/serviceaccount/deleteconfirm.html @@ -9,6 +9,7 @@ create a new account until fixed by a Sysop. If you are having issues logging in

If you are sure, then please click confirm

+{% csrf_token %}
diff --git a/templates/sso/serviceaccount/index.html b/templates/sso/serviceaccount/index.html index 9e0e4aa..0b40993 100644 --- a/templates/sso/serviceaccount/index.html +++ b/templates/sso/serviceaccount/index.html @@ -19,6 +19,7 @@ up to date, if so use the "Refresh" function.


+{% csrf_token %}
{% endblock %} diff --git a/templates/sso/serviceaccount/reset.html b/templates/sso/serviceaccount/reset.html index 99005e2..4a7d4ab 100644 --- a/templates/sso/serviceaccount/reset.html +++ b/templates/sso/serviceaccount/reset.html @@ -11,6 +11,7 @@ below.

{{ form.as_table }}
+{% csrf_token %}