diff --git a/RIGS/rigboard.py b/RIGS/rigboard.py index ac11448d..81e7f24f 100644 --- a/RIGS/rigboard.py +++ b/RIGS/rigboard.py @@ -281,7 +281,7 @@ class EventRevisions(generic.ListView): if revisionNo >= len(revisions)-1: # oldest version - thisItem['changes'] = [["(event initially created)",None,"Event Created"]] + thisItem['changes'] = [["(initial version)",None,"Event Created"]] else: changes = self.compare(revisions[revisionNo+1].field_dict,thisRevision.field_dict) thisItem['item_changes'] = self.compare_items(revisions[revisionNo+1], thisRevision) diff --git a/RIGS/templates/RIGS/event_detail.html b/RIGS/templates/RIGS/event_detail.html index be8f81f8..37634abe 100644 --- a/RIGS/templates/RIGS/event_detail.html +++ b/RIGS/templates/RIGS/event_detail.html @@ -228,8 +228,8 @@ {% endif %}
- - Lasted edited at {{ object.last_edited_at|date:"d/m/Y H:i" }} by {{ object.last_edited_by.name }} + + Last edited at {{ object.last_edited_at|date:"d/m/Y H:i" }} by {{ object.last_edited_by.name }}
@@ -242,8 +242,8 @@ {% block footer %}
- - Lasted edited at {{ object.last_edited_at|date:"d/m/Y H:i" }} by {{ object.last_edited_by.name }} + + Last edited at {{ object.last_edited_at|date:"d/m/Y H:i" }} by {{ object.last_edited_by.name }}