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

Merged
fpeters merged 1 commits from wip/74078-rouen-form-title into main 2023-02-03 15:42:57 +01:00
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 %}