diff --git a/templates/bootstrap/forms/contact_us.html b/templates/bootstrap/forms/contact_us.html index d1ffafa..638b80b 100644 --- a/templates/bootstrap/forms/contact_us.html +++ b/templates/bootstrap/forms/contact_us.html @@ -1,7 +1,9 @@ {% load crispy_forms_tags %} -{% if input.tag == "input" %} - {{ input }} -{% else %} - {{ field }} -{% endif %} +{% spaceless %} + {% if input.tag == "input" %} + {{ input }} + {% else %} + {{ field }} + {% endif %} +{% endspaceless %}