From fe259aba572e08df22557251ca9279f512f6862c Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Wed, 4 Apr 2018 18:21:33 +0100 Subject: Bug 1446431 - Allow Baseline scan to ignore forms that dont need CSRF Tokens The data-no-csrf attribute is used to signify that a form is 'safe' (ie doesn't actually make any permanent changes) and so doesn't need an anti-csrf token. --- template/en/default/list/list.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/list/list.html.tmpl') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index c17512c79..8fcb8a7ac 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -175,14 +175,14 @@ [% IF bugs.size > 0 %] -
+ [% FOREACH id = buglist %] [% END %]
-
+ [% FOREACH id = buglist %] @@ -192,7 +192,7 @@
[% IF user.is_timetracker %] -
+
-- cgit v1.2.3-24-g4f1b