mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
6 lines
291 B
HTML
6 lines
291 B
HTML
<div class="pt-2">
|
|
<a href="{% url target id|default:object.pk %}" title="View Revision History">
|
|
{% if object.is_first_version %}Created{% else %}Last edited{% endif %} {{ object.last_edited_at|default:'never' }} by {{ object.last_edited_by.name|default:'System' }}
|
|
</a>
|
|
</div>
|