From f275ea9b5a9cdc93ca405c24a9be98f1933dd4aa Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Mon, 2 Feb 2015 14:54:07 +0100 Subject: [PATCH] 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 %}