feat: add trusted checkmark

This commit is contained in:
2025-01-02 19:16:22 +01:00
parent 8e7cdafee0
commit 9fec95bd2e
2 changed files with 22 additions and 1 deletions

View File

@@ -50,7 +50,15 @@
{% endif %}
</td>
{% if adoption_notice.organization %}
<td><a href="{{adoption_notice.organization.get_absolute_url }}">{{ adoption_notice.organization }}</a></td>
<td>
<div>
<a href="{{ adoption_notice.organization.get_absolute_url }}">{{ adoption_notice.organization }}</a>
{% if adoption_notice.organization.trusted %}
<div class="checkmark"><i class="fa-solid fa-check"></i></div>
{% endif %}
</div>
</td>
{% endif %}
<td>{{ adoption_notice.searching_since }}</td>