From af34c065d712abb505d240bb76811f0595aefc98 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 14 Apr 2015 13:32:41 -0400 Subject: [PATCH] Fix date fields for label placement --- Toolkit/Contacts/templates/contactForm.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Toolkit/Contacts/templates/contactForm.html b/Toolkit/Contacts/templates/contactForm.html index 77e6e08..95d52a3 100644 --- a/Toolkit/Contacts/templates/contactForm.html +++ b/Toolkit/Contacts/templates/contactForm.html @@ -69,7 +69,7 @@ {else:} {if:elem.required} {if:elem.isType(#date#)} - {elem.label:h}{elem.html:h} + {elem.html:h} {else:} {end:} -- 2.17.1