From acd8a68c1f8379954c8aa77a0e8e305e9e425498 Mon Sep 17 00:00:00 2001 From: Stef Date: Tue, 1 Jul 2025 12:10:52 +0200 Subject: [PATCH] Update base.html --- application/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/templates/base.html b/application/templates/base.html index 27b5b63..36a4757 100644 --- a/application/templates/base.html +++ b/application/templates/base.html @@ -3,7 +3,7 @@ - + {% block title %}My Flask App{% endblock %}