Fix #41 using Comments in a Gantry-powered theme did not escape the comment form token correctly

This commit is contained in:
Flavio Copes 2017-01-09 10:12:23 +01:00
parent fbf7ee0bc8
commit 4e88431863
2 changed files with 9 additions and 1 deletions

View file

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