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 %}