From fca95ce5399c03e2cb25d3832650c456863ebb59 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 12 Jul 2024 17:56:15 +0200 Subject: [PATCH] 2024 defauklt year --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 5ae19cd0e..79312dab2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,7 +13,7 @@ {% if year %} {% firstof year as current_year %} {% else %} -{% firstof "2023" as current_year %} +{% firstof "2024" as current_year %} {% endif %}