mirror of
https://github.com/FAUSheppy/ths-blowerdoor-raven
synced 2025-12-09 16:28:32 +01:00
change info message
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
{% for bd in listContent %}
|
{% for bd in listContent %}
|
||||||
<tr>
|
<tr>
|
||||||
<td style="line-height: 45px;"><a target="_blank" href="/get-file?basename={{ bd.docName }}">{{ bd.docName }}</a>
|
<td style="line-height: 45px;"><a target="_blank" href="/get-file?basename={{ bd.docName }}">{{ bd.docName }}</a>
|
||||||
{% if bd.outdated %}<p style="color: red;">(älter: {{ bd.inDocumentDate.strftime("%d.%m.%Y") }})</p>{% endif %}
|
{% if bd.outdated %}<p style="color: red;">(neueres Dokument verfügbar: {{ bd.inDocumentDate.strftime("%d.%m.%Y") }})</p>{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td style="line-height: 45px;">{{ bd.location }}</td>
|
<td style="line-height: 45px;">{{ bd.location }}</td>
|
||||||
{% if bd.blowerdoorDate %}
|
{% if bd.blowerdoorDate %}
|
||||||
|
|||||||
Reference in New Issue
Block a user