From 767b5512e312d7b152c3a8a866146d47c07a07ed Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 7 Apr 2016 00:53:57 +0100 Subject: [PATCH] Fail, missed a change, actually closes #185 now --- RIGS/templates/RIGS/activity_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/templates/RIGS/activity_table.html b/RIGS/templates/RIGS/activity_table.html index 049e9aad..1a1c8c1d 100644 --- a/RIGS/templates/RIGS/activity_table.html +++ b/RIGS/templates/RIGS/activity_table.html @@ -72,7 +72,7 @@ {{ version.revision.user.name }} {% if version.old == None %} - {{object|to_class_name}} Created + {{version.new|to_class_name}} Created {% else %} {% include 'RIGS/version_changes.html' %} {% endif %}