shorter id to snap link

This commit is contained in:
Thomas Nahuel Rusiecki 2025-02-09 20:44:13 -03:00
parent de0205c085
commit 83c78d61b3

View file

@ -241,7 +241,7 @@
{% for snap in object.evidences %}
<tr>
<td>
<a href="{% url 'evidence:details' snap.uuid %}">{{ snap.uuid }}</a>
<a href="{% url 'evidence:details' snap.uuid %}">{{ snap.uuid|truncatechars:7|upper }}</a>
</td>
<td>
{% if snap.did_document %}