diff --git a/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html b/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html index c74b3ee9ceeee872b444e32c7110b445fff3ad4c..d3693230c0ff159c98dc373543b39e125a7855ef 100644 --- a/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html +++ b/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html @@ -84,7 +84,9 @@ <main role="main" class="flex-shrink-0"> <div class="{% block container-class %}container mb-4{% endblock %}"> <div class="row"> + {% block pre_content_page_title %} {% include_if_exists "pre_content_page_title.html"|localize_template "basetheme_bootstrap/pre_content_page_title.example.html" %} + {% endblock pre_content_page_title %} {% block whole_content_page_title %} <div class="pb-2 mt-4 mb-2 col-12"> {% block content_page_title %} diff --git a/setup.py b/setup.py index 2498232a82f6a8b547e42af7dfc445eb068e43ac..cad710a55a0ba074c95bb72d277733979adc3b49 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ readme = open('README.rst').read() setup( name='django-basetheme-bootstrap', - version='0.2.36', + version='0.2.37', description='Django Basetheme Bootstrap', long_description=readme, author='Bryan Brancotte',