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 %}