Unverified Commit 4efbb15c authored by Mathew Winstone's avatar Mathew Winstone Committed by Mark Halliwell
Browse files

Issue #3134252 by minorOffense, Suresh Prabhu Parkala: Datetime fields fail to...

Issue #3134252 by minorOffense, Suresh Prabhu Parkala: Datetime fields fail to render inline error messages
parent 484db199
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -25,6 +25,11 @@
  <label{{ title_attributes.addClass(title_classes) }}>{{ title }}</label>
{% endif %}
{{ content }}
{% if errors %}
  <div class="form-item--error-message alert alert-danger alert-sm">
    {{ errors }}
  </div>
{% endif %}
{% if description %}
  <p class="help-block">{{ description }}</p>
{% endif %}