templates: update wcs base template for new <title> behaviour (#73517) #124

Merged
fpeters merged 1 commits from wip/73517-wcs-page-title into main 2023-01-17 18:13:17 +01:00
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 %}