mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-28 02:42:17 +00:00
Various template changes
This commit is contained in:
5
RIGS/templates/partials/last_edited.html
Normal file
5
RIGS/templates/partials/last_edited.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<div>
|
||||
<a href="{% url target object.pk %}" title="View Revision History">
|
||||
Last edited {{ object.last_edited_at|default:'never' }} by {{ object.last_edited_by.name|default:'System' }}
|
||||
</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user