mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 14:32:16 +00:00
//TODO Rather than have seperate asset templates, convert 'id' into a template variable
6 lines
226 B
HTML
6 lines
226 B
HTML
<div class="pt-2">
|
|
<a href="{% url target object.asset_id %}" title="View Revision History">
|
|
Last edited {{ object.last_edited_at|default:'never' }} by {{ object.last_edited_by.name|default:'System' }}
|
|
</a>
|
|
</div>
|