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 0fdb8cd1..2d86404e 100644 --- a/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja +++ b/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja @@ -158,13 +158,13 @@ {{ _("from") }}
- {{ values.1|linebreaksbr }} + {{ values.0|linebreaksbr }} {{ _("to") }}
- {{ values.0|linebreaksbr }} + {{ values.1|linebreaksbr }} {% endif %}