change nonce action from "form" to "comments"
This commit is contained in:
parent
868d7b1231
commit
cace16f606
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue