diff --git a/templates/base.html b/templates/base.html index 5ae19cd..79312da 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 %}