From cace16f6060263a2649d8c55c7dd51b3d5fb2a6d Mon Sep 17 00:00:00 2001 From: Thorsten Witteler Date: Mon, 23 Oct 2017 13:39:31 +0200 Subject: [PATCH] change nonce action from "form" to "comments" --- templates/partials/comments.form.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/comments.form.html.twig b/templates/partials/comments.form.html.twig index 78a2a15..5be563e 100644 --- a/templates/partials/comments.form.html.twig +++ b/templates/partials/comments.form.html.twig @@ -32,7 +32,7 @@ {% endfor %} - {{ nonce_field('form', 'form-nonce')|raw }} + {{ nonce_field('comments', 'form-nonce')|raw }}
{{ form.message }}