templates: update wcs base template for new <title> behaviour (#73517)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Frédéric Péters 2023-01-17 17:24:02 +01:00
parent b3042e9dfc
commit ec53b34df1
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
{% extends theme_base %}
{% load static %}
{% block title %}{{ page_title }}{% endblock %}
{% block extra-top-head %}
{{script|safe}}
{% endblock %}