From b43d1cfa0596ec246eea7f3a43d87b668f4c17fb Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Thu, 26 Sep 2024 15:27:46 +0200 Subject: [PATCH] action must be non-empty --- issues/templates/issues/base.html | 2 +- issues/templates/issues/issue_list.html | 2 +- projects/templates/projects/project_edit.html | 2 +- projects/templates/projects/project_list.html | 2 +- projects/templates/projects/project_member_settings.html | 2 +- projects/templates/projects/project_members.html | 2 +- projects/templates/projects/project_members_accept.html | 2 +- projects/templates/projects/project_members_invite.html | 2 +- projects/templates/projects/project_new.html | 2 +- teams/templates/teams/team_edit.html | 2 +- teams/templates/teams/team_list.html | 2 +- teams/templates/teams/team_member_settings.html | 2 +- teams/templates/teams/team_members.html | 2 +- teams/templates/teams/team_members_accept.html | 2 +- teams/templates/teams/team_members_invite.html | 2 +- teams/templates/teams/team_new.html | 2 +- users/templates/users/preferences.html | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/issues/templates/issues/base.html b/issues/templates/issues/base.html index 28a52ed..c2e6bec 100644 --- a/issues/templates/issues/base.html +++ b/issues/templates/issues/base.html @@ -8,7 +8,7 @@
-
+ {% csrf_token %} {% if issue.is_resolved %}{# i.e. buttons disabled #} {# see issues/tests.py for why this is turned off ATM #} diff --git a/issues/templates/issues/issue_list.html b/issues/templates/issues/issue_list.html index acc123a..2345c32 100644 --- a/issues/templates/issues/issue_list.html +++ b/issues/templates/issues/issue_list.html @@ -33,7 +33,7 @@
- + {% csrf_token %} diff --git a/projects/templates/projects/project_edit.html b/projects/templates/projects/project_edit.html index eda17ab..6ada1b8 100644 --- a/projects/templates/projects/project_edit.html +++ b/projects/templates/projects/project_edit.html @@ -11,7 +11,7 @@
- + {% csrf_token %}
diff --git a/projects/templates/projects/project_list.html b/projects/templates/projects/project_list.html index c24d33c..79486f3 100644 --- a/projects/templates/projects/project_list.html +++ b/projects/templates/projects/project_list.html @@ -44,7 +44,7 @@
- + {% csrf_token %}
diff --git a/projects/templates/projects/project_member_settings.html b/projects/templates/projects/project_member_settings.html index 5d58e5a..1e6eb35 100644 --- a/projects/templates/projects/project_member_settings.html +++ b/projects/templates/projects/project_member_settings.html @@ -10,7 +10,7 @@
- + {% csrf_token %} {% if messages %} diff --git a/projects/templates/projects/project_members.html b/projects/templates/projects/project_members.html index 1c0fc07..da21a48 100644 --- a/projects/templates/projects/project_members.html +++ b/projects/templates/projects/project_members.html @@ -29,7 +29,7 @@
- + {% csrf_token %}
diff --git a/projects/templates/projects/project_members_accept.html b/projects/templates/projects/project_members_accept.html index f8373ab..6306200 100644 --- a/projects/templates/projects/project_members_accept.html +++ b/projects/templates/projects/project_members_accept.html @@ -10,7 +10,7 @@
- + {% csrf_token %}
diff --git a/projects/templates/projects/project_members_invite.html b/projects/templates/projects/project_members_invite.html index b997b98..525c1a3 100644 --- a/projects/templates/projects/project_members_invite.html +++ b/projects/templates/projects/project_members_invite.html @@ -9,7 +9,7 @@
- + {% csrf_token %} {% if messages %} diff --git a/projects/templates/projects/project_new.html b/projects/templates/projects/project_new.html index 43cdca6..336e824 100644 --- a/projects/templates/projects/project_new.html +++ b/projects/templates/projects/project_new.html @@ -10,7 +10,7 @@
- + {% csrf_token %}
diff --git a/teams/templates/teams/team_edit.html b/teams/templates/teams/team_edit.html index 3dd84b2..539ab9c 100644 --- a/teams/templates/teams/team_edit.html +++ b/teams/templates/teams/team_edit.html @@ -10,7 +10,7 @@
- + {% csrf_token %}
diff --git a/teams/templates/teams/team_list.html b/teams/templates/teams/team_list.html index 12d0a32..652ff74 100644 --- a/teams/templates/teams/team_list.html +++ b/teams/templates/teams/team_list.html @@ -40,7 +40,7 @@
- + {% csrf_token %}
diff --git a/teams/templates/teams/team_member_settings.html b/teams/templates/teams/team_member_settings.html index b0de77a..e6c0e96 100644 --- a/teams/templates/teams/team_member_settings.html +++ b/teams/templates/teams/team_member_settings.html @@ -10,7 +10,7 @@
- + {% csrf_token %} {% if messages %} diff --git a/teams/templates/teams/team_members.html b/teams/templates/teams/team_members.html index f7e1d9a..1d0f982 100644 --- a/teams/templates/teams/team_members.html +++ b/teams/templates/teams/team_members.html @@ -29,7 +29,7 @@
- + {% csrf_token %}
diff --git a/teams/templates/teams/team_members_accept.html b/teams/templates/teams/team_members_accept.html index 5ad5335..0d22ed7 100644 --- a/teams/templates/teams/team_members_accept.html +++ b/teams/templates/teams/team_members_accept.html @@ -10,7 +10,7 @@
- + {% csrf_token %}
diff --git a/teams/templates/teams/team_members_invite.html b/teams/templates/teams/team_members_invite.html index 2af5256..a83f8ac 100644 --- a/teams/templates/teams/team_members_invite.html +++ b/teams/templates/teams/team_members_invite.html @@ -11,7 +11,7 @@
- + {% csrf_token %} {% if messages %} diff --git a/teams/templates/teams/team_new.html b/teams/templates/teams/team_new.html index d2cc4ac..c6ac517 100644 --- a/teams/templates/teams/team_new.html +++ b/teams/templates/teams/team_new.html @@ -10,7 +10,7 @@
- + {% csrf_token %}
diff --git a/users/templates/users/preferences.html b/users/templates/users/preferences.html index 25374ba..e5e7822 100644 --- a/users/templates/users/preferences.html +++ b/users/templates/users/preferences.html @@ -10,7 +10,7 @@
- + {% csrf_token %} {% if messages %}