change nonce action from "form" to "comments"

This commit is contained in:
Thorsten Witteler 2017-10-23 13:39:31 +02:00
parent 868d7b1231
commit cace16f606
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
{% endfor %}
</div>
{{ nonce_field('form', 'form-nonce')|raw }}
{{ nonce_field('comments', 'form-nonce')|raw }}
</form>
<div class="alert">{{ form.message }}</div>