aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/admin/body-form.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/zurich/admin/body-form.html')
-rw-r--r--templates/web/zurich/admin/body-form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/body-form.html b/templates/web/zurich/admin/body-form.html
index ac2887159..966bdf799 100644
--- a/templates/web/zurich/admin/body-form.html
+++ b/templates/web/zurich/admin/body-form.html
@@ -47,7 +47,7 @@
<p>
<input type="hidden" name="posted" value="body">
- <input type="hidden" name="token" value="[% token %]">
+ <input type="hidden" name="token" value="[% csrf_token %]">
<p>
<input type="submit" value="[% body ? loc('Update body') : loc('Add body') %]">
</p>