Use endraw to avoid breaking the build

This commit is contained in:
Daniel Roy Greenfeld 2015-10-05 11:00:33 -07:00
parent 7770ce15ed
commit 237ef94e48

View File

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