diff --git a/templates/index.html b/templates/index.html index fb0f24d..69703fd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,7 +22,7 @@ {% for bd in listContent %}
(älter: {{ bd.inDocumentDate.strftime("%d.%m.%Y") }})
{% endif %} + {% if bd.outdated %}(neueres Dokument verfügbar: {{ bd.inDocumentDate.strftime("%d.%m.%Y") }})
{% endif %}