diff --git a/RIGS/templates/RIGS/organisation_detail.html b/RIGS/templates/RIGS/organisation_detail.html
index 7574d1d0..3bb4b479 100644
--- a/RIGS/templates/RIGS/organisation_detail.html
+++ b/RIGS/templates/RIGS/organisation_detail.html
@@ -5,14 +5,16 @@
{% block content %}
- {% if not request.is_ajax %}
-
{{ object.name }}
-
- {% endif %}
+ {% if not request.is_ajax %}
+
{{ object.name }}
+ Last edited {{ object.last_edited_at }} by {{ object.last_edited_by }}
+
+
+ {% endif %}
- Name
diff --git a/RIGS/templates/RIGS/person_detail.html b/RIGS/templates/RIGS/person_detail.html
index 0b2007ef..403584a5 100644
--- a/RIGS/templates/RIGS/person_detail.html
+++ b/RIGS/templates/RIGS/person_detail.html
@@ -5,14 +5,16 @@
{% block content %}
- {% if not request.is_ajax %}
-
{{ object.name }}
-
- {% endif %}
+ {% if not request.is_ajax %}
+
{{ object.name }}
+ Last edited {{ object.last_edited_at }} by {{ object.last_edited_by }}
+
+
+ {% endif %}
- Name
diff --git a/RIGS/templates/RIGS/venue_detail.html b/RIGS/templates/RIGS/venue_detail.html
index 73511815..7b74e2c0 100644
--- a/RIGS/templates/RIGS/venue_detail.html
+++ b/RIGS/templates/RIGS/venue_detail.html
@@ -5,14 +5,16 @@
{% block content %}
- {% if not request.is_ajax %}
-
{{ object.name }}
-
- {% endif %}
+ {% if not request.is_ajax %}
+
{{ object.name }}
+ Last edited {{ object.last_edited_at }} by {{ object.last_edited_by }}
+
+
+ {% endif %}