From 894fb3443999bef42cd42dd17aa457fe554d70af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 25 Sep 2014 17:30:29 +0200 Subject: [PATCH] Fix email of changes --- .../history/templates/emails/includes/fields_diff-html.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8571cc08..be864da3 100644 --- a/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja +++ b/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja @@ -59,7 +59,7 @@ {% endif %} {% endif %} {% if att.changes.description %} -
  • description to att.changes.description.1
  • +
  • description to {{ att.changes.description.1 }}
  • {% endif %}