Fix #41 using Comments in a Gantry-powered theme did not escape the comment form token correctly
This commit is contained in:
parent
fbf7ee0bc8
commit
4e88431863
2 changed files with 9 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
{% endfor %}
|
||||
</div>
|
||||
|
||||
{{ nonce_field('form', 'form-nonce') }}
|
||||
{{ nonce_field('form', 'form-nonce')|raw }}
|
||||
</form>
|
||||
|
||||
<div class="alert">{{ form.message }}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue