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 }}