No need for title case

This commit is contained in:
Edward Betts 2025-07-15 14:48:18 +02:00
parent d2c4fa69ee
commit fc31856f8c

View file

@ -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 @@
<div class="fs-4">{{ current_compliance.total_days_used }}/90</div>
</div>
</div>
<div class="row mt-3">
<div class="col-md-6">
{% if current_compliance.is_compliant %}
@ -47,7 +47,7 @@
{% endif %}
</div>
</div>
<div class="mt-3">
<h6>Current 180-day Period</h6>
<div class="text-muted">
@ -208,4 +208,4 @@ const chart = new Chart(ctx, {
}
});
</script>
{% endblock %}
{% endblock %}