diff --git a/CHANGELOG.md b/CHANGELOG.md index b954e48..77faa7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ +# v1.0.2 +## 11/13/2015 + +1. [](#improved) + * Use nonce +1. [](#improved) + * Changed form action to work with multilang + # v1.0.1 ## 11/11/2015 1. [](#bugfix) * Fix error when user/data/comments does not exist +1. [](#improved) + * Use onAdminMenu instead of the deprecated onAdminTemplateNavPluginHook # v1.0.0 ## 10/21/2015 diff --git a/templates/partials/comments.html.twig b/templates/partials/comments.html.twig index 8cf30e2..7a798e1 100644 --- a/templates/partials/comments.html.twig +++ b/templates/partials/comments.html.twig @@ -21,6 +21,8 @@ {% endfor %} + + {{ nonce_field('form', 'form-nonce') }}
{{ form.message }}