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