aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/errors
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/errors')
-rwxr-xr-xtemplates/web/base/errors/generic.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/web/base/errors/generic.html b/templates/web/base/errors/generic.html
index d0d1e2e00..241b310de 100755
--- a/templates/web/base/errors/generic.html
+++ b/templates/web/base/errors/generic.html
@@ -1,5 +1,9 @@
[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', title = loc('Error') %]
+[% IF csrf_token ~%]
+<input type="hidden" name="token" value="[% csrf_token %]">
+[% END ~%]
+
<div class="confirmation-header confirmation-header--failure">
<h1>[% loc('Error') %]</h1>
<p>[% message %]</p>