From fc31856f8c7f84051aefe10b0dcd662e6c28fb6c Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 15 Jul 2025 14:48:18 +0200 Subject: [PATCH] No need for title case --- templates/schengen_report.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/schengen_report.html b/templates/schengen_report.html index 4311a0b..e7219fb 100644 --- a/templates/schengen_report.html +++ b/templates/schengen_report.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% set heading = "Schengen Area Compliance Report" %} +{% set heading = "Schengen area compliance report" %} {% block title %}{{ heading }} - Edward Betts{% endblock %} @@ -29,7 +29,7 @@
{{ current_compliance.total_days_used }}/90
- +
{% if current_compliance.is_compliant %} @@ -47,7 +47,7 @@ {% endif %}
- +
Current 180-day Period
@@ -208,4 +208,4 @@ const chart = new Chart(ctx, { } }); -{% endblock %} \ No newline at end of file +{% endblock %}