From 1dcc2d016e060faa8878be8e407f1bdf1119c41a Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Mon, 4 Nov 2019 12:14:33 +0100 Subject: [PATCH] introducing pre_title_header to help with multi branch environment --- .../templates/basetheme_bootstrap/basePasteur.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html b/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html index e737299..c74b3ee 100644 --- a/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html +++ b/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html @@ -84,7 +84,7 @@ <main role="main" class="flex-shrink-0"> <div class="{% block container-class %}container mb-4{% endblock %}"> <div class="row"> - {% include_if_exists "pre_title_header.html"|localize_template "basetheme_bootstrap/pre_content_page_title.example.html" %} + {% include_if_exists "pre_content_page_title.html"|localize_template "basetheme_bootstrap/pre_content_page_title.example.html" %} {% block whole_content_page_title %} <div class="pb-2 mt-4 mb-2 col-12"> {% block content_page_title %} -- GitLab