From 4e8fba49b603126415f05167a11885c4a5e375f0 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Tue, 3 Sep 2019 14:35:55 +0200 Subject: [PATCH] Remove CSRF token from GET request. --- biscuit/apps/chronos/templates/chronos/tt_week.html | 1 - 1 file changed, 1 deletion(-) diff --git a/biscuit/apps/chronos/templates/chronos/tt_week.html b/biscuit/apps/chronos/templates/chronos/tt_week.html index d590d6fe..8fe3d853 100644 --- a/biscuit/apps/chronos/templates/chronos/tt_week.html +++ b/biscuit/apps/chronos/templates/chronos/tt_week.html @@ -11,7 +11,6 @@ {% block content %} <form method="get"> - {% csrf_token %} <ul id="timetable_select_form"> {{ select_form.as_ul }} </ul> -- GitLab