diff --git a/RIGS/templates/RIGS/version_changes.html b/RIGS/templates/RIGS/version_changes.html index 4b4721c2..33f8c839 100644 --- a/RIGS/templates/RIGS/version_changes.html +++ b/RIGS/templates/RIGS/version_changes.html @@ -2,8 +2,8 @@ @@ -14,8 +14,8 @@ {% for change in itemChange.changes %}

{{ change.field.verbose_name }}

- {% if change.new %}
{{change.new}}
{% endif %} - {% if change.old %}
{{change.old}}
{% endif %} + {% if change.new %}
{{change.new|linebreaksbr}}
{% endif %} + {% if change.old %}
{{change.old|linebreaksbr}}
{% endif %} {% endfor %}