diff --git a/babybuddy/templates/babybuddy/form_field.html b/babybuddy/templates/babybuddy/form_field.html index 84e90f08..91e10362 100644 --- a/babybuddy/templates/babybuddy/form_field.html +++ b/babybuddy/templates/babybuddy/form_field.html @@ -16,7 +16,6 @@ {% elif field|field_type == "datetimefield" or field|field_type == "datefield" %} -
@@ -27,7 +26,6 @@ {{ field|add_class:"form-control" }} {% endif %}
-
{% else %} {% if field.errors %} {{ field|add_class:"form-control is-invalid" }}