parent
8f72bc4126
commit
961c7020a1
1 changed files with 7 additions and 5 deletions
@ -1,7 +1,9 @@ |
|||||||
{% load crispy_forms_tags %} |
{% load crispy_forms_tags %} |
||||||
|
|
||||||
{% if input.tag == "input" %} |
{% spaceless %} |
||||||
{{ input }} |
{% if input.tag == "input" %} |
||||||
{% else %} |
{{ input }} |
||||||
{{ field }} |
{% else %} |
||||||
{% endif %} |
{{ field }} |
||||||
|
{% endif %} |
||||||
|
{% endspaceless %} |
||||||
|
|||||||
Loading…
Reference in new issue