diff --git a/taiga/base/templates/emails/updates-body-html.jinja b/taiga/base/templates/emails/updates-body-html.jinja index 8a6621a9..86be9c92 100644 --- a/taiga/base/templates/emails/updates-body-html.jinja +++ b/taiga/base/templates/emails/updates-body-html.jinja @@ -418,14 +418,14 @@ {% for entry in history_entries%} {% if entry.comment %} - - - {% trans comment=mdrender(project, entry.comment) %} -

comment:

-

{{ comment }}

- {% endtrans %} - - + + + {% trans comment=mdrender(project, entry.comment) %} +

comment:

+

{{ comment }}

+ {% endtrans %} + + {% endif %} {% set changed_fields = entry.values_diff %} {% if changed_fields %} diff --git a/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja b/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja index 88b56f41..4c99f755 100644 --- a/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja +++ b/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja @@ -96,7 +96,7 @@ {% set values_removed = lists_diff(values_from, values_to) %} - +

{{ verbose_name(obj_class, field_name) }}