From 240e0c654c8b4813bdd7e84817966670a275ec82 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Thu, 12 Mar 2026 10:22:04 +0100 Subject: [PATCH] feat(header.html): use wagtail site name instead of hard-coded --- kursy/templates/header.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kursy/templates/header.html b/kursy/templates/header.html index db24958..23bdc1e 100644 --- a/kursy/templates/header.html +++ b/kursy/templates/header.html @@ -1,7 +1,8 @@ -{% load i18n %} +{% load i18n wagtailcore_tags %}
-
- Kursy +
+ {% wagtail_site as current_site %} + {{ current_site.site_name }}