From 9774ec77615a6c6d8e68b2ec5740bafeb7ee48ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Mon, 15 Sep 2014 16:29:51 +0200 Subject: [PATCH] Fix the history of an attachment (minor fixes) --- .../emails/includes/fields_diff-html.jinja | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 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 c6fe66f7..8571cc08 100644 --- a/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja +++ b/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja @@ -50,16 +50,18 @@ {% for att in values['changed'] %}
{{ att.filename|linebreaksbr }} - {% if att.changes.is_deprecated %} - {% if att.changes.is_deprecated.1 %} - to deprecated - {% else %} - to not deprecated +
{% endfor %} {% endif %}