diff --git a/src/report_generator.py b/src/report_generator.py index 906770a..5615b96 100644 --- a/src/report_generator.py +++ b/src/report_generator.py @@ -553,7 +553,7 @@ async def generate_docx( footer.alignment = WD_ALIGN_PARAGRAPH.CENTER run = footer.add_run(f"Erstellt mit AegisSight Monitor — aegis-sight.de — {now.strftime('%d.%m.%Y')}") run.font.size = Pt(8) - run.font.color.rgb = RGBColor(0x99, 0x99, 0x99) + run.font.color.rgb = RGBColor(0x0a, 0x18, 0x32) buf = io.BytesIO() doc.save(buf) diff --git a/src/report_templates/report.html b/src/report_templates/report.html index e930584..793b011 100644 --- a/src/report_templates/report.html +++ b/src/report_templates/report.html @@ -3,7 +3,7 @@ @@ -110,7 +110,7 @@ tr:nth-child(even) { background: #f8f9fa; } {% if 'bericht' in sections %}

{% if incident.type == "research" %}Recherchebericht{% else %}Lagebild{% endif %}

- {% if lagebild_timestamp %}

Aktualisiert: {{ lagebild_timestamp }}

{% endif %} + {% if lagebild_timestamp %}

Aktualisiert: {{ lagebild_timestamp }}

{% endif %}
{{ lagebild_html | safe }}
{% endif %}