From ec53b34df17af4e95e4e778a2b79fcf9f302453e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 17 Jan 2023 17:24:02 +0100 Subject: [PATCH] templates: update wcs base template for new behaviour (#73517) --- templates/wcs/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/wcs/base.html b/templates/wcs/base.html index f9017e5d..4f8ce66c 100644 --- a/templates/wcs/base.html +++ b/templates/wcs/base.html @@ -1,6 +1,8 @@ {% extends theme_base %} {% load static %} +{% block title %}{{ page_title }}{% endblock %} + {% block extra-top-head %} {{script|safe}} {% endblock %}