WIP: Several UI changes #49

Draft
rskthomas wants to merge 5 commits from ux-changes into main
Showing only changes of commit 83c78d61b3 - Show all commits

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 %}