feat: Add tooltip explaining the meaning of the checkmark

This commit is contained in:
2025-01-03 11:18:10 +01:00
parent 9fec95bd2e
commit fe9352e628
2 changed files with 46 additions and 2 deletions

View File

@@ -54,9 +54,14 @@
<div>
<a href="{{ adoption_notice.organization.get_absolute_url }}">{{ adoption_notice.organization }}</a>
{% if adoption_notice.organization.trusted %}
<div class="tooltip">
<div class="checkmark"><i class="fa-solid fa-check"></i></div>
<span class="tooltiptext">
{% translate 'Diese Organisation kennt sich mit Ratten aus und achtet auf gute Abgabebedingungen' %}
</span>
{% endif %}
</div>
</div>
</td>
{% endif %}