From a01b02b83228f4ff5213896e38fc6c9d9631a7db Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Sat, 3 Feb 2018 18:39:35 -0500 Subject: [PATCH] Remove extra space around datetime input fields. --- babybuddy/templates/babybuddy/form_field.html | 2 -- 1 file changed, 2 deletions(-) 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" }}