mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-02 19:20:15 +03:00
Fixes an issue with Jinja choking on a django template tag, similar to #278
This commit is contained in:
parent
55e541a084
commit
48acedfb31
|
@ -1,3 +1,4 @@
|
|||
{% raw %}
|
||||
{% load crispy_forms_field %}
|
||||
|
||||
{% if field.is_hidden %}
|
||||
|
@ -46,3 +47,4 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endraw %}
|
Loading…
Reference in New Issue
Block a user