diff --git a/RIGS/templates/RIGS/activity_feed_data.html b/RIGS/templates/RIGS/activity_feed_data.html index cdc19d3f..7b335bf1 100644 --- a/RIGS/templates/RIGS/activity_feed_data.html +++ b/RIGS/templates/RIGS/activity_feed_data.html @@ -10,6 +10,7 @@
{% for version in object_list %} {% if version.item_changes or version.field_changes or version.old == None %} + {% ifchanged version.revision.user %} {% if version != object_list|first %}
{#/.media-body#} @@ -25,9 +26,8 @@
{{ version.revision.user.name }}
- {% else %} -
{% endifchanged %} +

{% if version.old == None %} Created @@ -35,9 +35,10 @@ Changed {% include 'RIGS/version_changes.html' %} in {% endif %} - {% include 'RIGS/object_button.html' with object=version.new %} +

+ {% endif %} {% endfor %}