diff --git a/fragdenstaat_de/fds_cms/templates/cms/pub_base.html b/fragdenstaat_de/fds_cms/templates/cms/pub_base.html index 998cafff2..7ec61ed1e 100644 --- a/fragdenstaat_de/fds_cms/templates/cms/pub_base.html +++ b/fragdenstaat_de/fds_cms/templates/cms/pub_base.html @@ -1,4 +1,4 @@ -{% extends "cms/page.html" %} +{% extends "cms/page_breadcrumb.html" %} {% load i18n %} {% load cms_tags %} @@ -6,64 +6,42 @@ {% load fds_cms_tags %} {% block body %} + {% page_url request.current_page|get_soft_root as base_url %} + {% page_attribute "page_title" request.current_page|get_soft_root as base_title %} -{% page_url request.current_page|get_soft_root as base_url %} -{% page_attribute "page_title" request.current_page|get_soft_root as base_title %} - -