diff --git a/templates/widgets/aform/aform.hamlet b/templates/widgets/aform/aform.hamlet index 9674f2b77..d7e488ea0 100644 --- a/templates/widgets/aform/aform.hamlet +++ b/templates/widgets/aform/aform.hamlet @@ -9,13 +9,14 @@ $case formLayout $of _ $forall view <- fieldViews $if fvId view == idFormSectionNoinput -

- ^{fvLabel view} - $maybe hint <- fvTooltip view -
- ^{hint} +
+

+ ^{fvLabel view} + $maybe hint <- fvTooltip view +
+ ^{hint} $elseif fvId view == idFormMessageNoinput -
+
^{fvInput view} $else