Fixed fields-diff for emails

remotes/origin/issue/4217/improving-mail-design
Jesús Espino 2017-03-11 03:13:56 +01:00
parent 4bdb00a642
commit d4a342c9ea
1 changed files with 2 additions and 0 deletions

View File

@ -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 %}