Fixing custom attributes notifications on name change

remotes/origin/enhancement/email-actions
Alejandro Alonso 2015-04-07 14:18:05 +02:00
parent 7302af8eb7
commit 7beff9cab7
1 changed files with 17 additions and 15 deletions

View File

@ -184,6 +184,7 @@
{% endif %}
{% if values.changed %}
{% for attr in values['changed'] %}
{% if attr.changes.value%}
<tr>
<td valign="middle" rowspan="2" class="update-row-name">
<h3>{{ attr.name }}</h3>
@ -199,6 +200,7 @@
<strong>{{ attr.changes.value.1|linebreaksbr }}</strong>
</td>
</tr>
{% endif %}
{% endfor %}
{% endif %}
{% if values.deleted %}