Fixes an issue with Jinja choking on a django template tag, similar to #278

This commit is contained in:
Philip Deuchler 2016-08-26 13:28:22 -06:00
parent 55e541a084
commit 48acedfb31

View File

@ -1,3 +1,4 @@
{% raw %}
{% load crispy_forms_field %}
{% if field.is_hidden %}
@ -46,3 +47,4 @@
</div>
{% endif %}
{% endif %}
{% endraw %}