diff --git a/core/admin/mailu/ui/templates/macros.html b/core/admin/mailu/ui/templates/macros.html index a53d85c7..d1715c7a 100644 --- a/core/admin/mailu/ui/templates/macros.html +++ b/core/admin/mailu/ui/templates/macros.html @@ -38,7 +38,7 @@ {% else %} {{ field.label if label else '' }}{{ form_field_errors(field) }} {% if prepend %}
{% endif %} - {% if append %}
{% endif %} + {% if append %}
{% endif %} {{ prepend|safe }}{{ field(class_="form-control " + class_, **kwargs) }}{{ append|safe }} {% if prepend or append %}
{% endif %} {% endif %}