From d8df2aeca6f71becc9b1bc076b80af2bf98c4944 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Mon, 2 Feb 2015 14:54:07 +0100 Subject: [PATCH] [backport] Bug 2143 ordering the changes in notification emails --- .../history/templates/emails/includes/fields_diff-html.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}