mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-02 11:10:12 +03:00
Use endraw to avoid breaking the build
This commit is contained in:
parent
7770ce15ed
commit
237ef94e48
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user