templates: sync wcs variants to get a proper <title> (#74078)

This commit is contained in:
Frédéric Péters 2023-02-03 14:11:02 +01:00 committed by Gitea
parent 875c9adaad
commit cb93554000
5 changed files with 10 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 %}

View File

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

View File

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

View File

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

View File

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