mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-12 09:39:42 +00:00
Add the usual set of fields to supplier and update form accordingly
This commit is contained in:
5
templates/partials/last_edited.html
Normal file
5
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