diff --git a/taiga/projects/history/templates/emails/includes/fields_diff-text.jinja b/taiga/projects/history/templates/emails/includes/fields_diff-text.jinja index eabb019c..93e8b1eb 100644 --- a/taiga/projects/history/templates/emails/includes/fields_diff-text.jinja +++ b/taiga/projects/history/templates/emails/includes/fields_diff-text.jinja @@ -78,9 +78,11 @@ {% if values.changed %} {% for attr in values['changed'] %} + {% if attr.changes.value%} - {{ attr.name }}: * {{ _("From:") }} {{ attr.changes.value.0 }} * {{ _("To:") }} {{ attr.changes.value.1 }} + {% endif %} {% endfor %} {% endif %}