From 73517ed443cc025257066dbefc1511942e31af83 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Mon, 29 Feb 2016 19:55:04 +0000 Subject: [PATCH] Revision history link on non-rigs - closes #186 --- RIGS/templates/RIGS/event_detail.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RIGS/templates/RIGS/event_detail.html b/RIGS/templates/RIGS/event_detail.html index 358eaf10..b5fd1b7a 100644 --- a/RIGS/templates/RIGS/event_detail.html +++ b/RIGS/templates/RIGS/event_detail.html @@ -233,13 +233,17 @@ {% endif %} {% endif %} + + {% endif %} + {% endif %} + {% if not request.is_ajax %} +
Last edited at {{ object.last_edited_at }} by {{ object.last_edited_by.name }}
- {% endif %} {% endif %} {% endblock %}