feat: Add last checked to updatequeue

This commit is contained in:
moanos [he/him] 2025-01-04 09:52:22 +01:00
parent 4c4cf4afea
commit 13b67c1248

View File

@ -4,6 +4,7 @@
<h1>
<a href="{{ adoption_notice.get_absolute_url }}">{{ adoption_notice.name }}</a>
</h1>
<i>{% translate 'Zuletzt geprüft:' %} {{ adoption_notice.last_checked_hr }}</i>
{% if adoption_notice.further_information %}
<p>{% translate "Externe Quelle" %}: {{ adoption_notice.link_to_more_information | safe }}</p>
{% endif %}