feat: Add display of when last checked

This commit is contained in:
2025-07-13 09:11:51 +02:00
parent a9f384b50e
commit d12989d195

View File

@@ -193,6 +193,13 @@
{% translate "Keine Beschreibung angegeben" %}
{% endif %}
</p>
<hr>
<p>
<strong>
{% translate 'Zuletzt auf Aktualität überprüft:' %}
</strong>
{{ adoption_notice.last_checked|time_since_hr }}
</p>
</div>
</div>
</div>