mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-01 10:49:50 +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 %}
|
||||
{{ field }}
|
||||
|
@ -45,4 +45,4 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}{% endraw %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user