Loading templates/input/datetime-wrapper.html.twig +5 −0 Original line number Diff line number Diff line Loading @@ -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 %} Loading
templates/input/datetime-wrapper.html.twig +5 −0 Original line number Diff line number Diff line Loading @@ -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 %}