diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1acc0..f8b3612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.0.1 +## 10/21/2015 + +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 3462a23..e87a146 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 }}