Skip to content
Snippets Groups Projects
Commit cbebadbe authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Add a pre_content_page_title block

parent d3e388e7
No related branches found
Tags v9.0
No related merge requests found
Pipeline #32594 passed
...@@ -84,7 +84,9 @@ ...@@ -84,7 +84,9 @@
<main role="main" class="flex-shrink-0"> <main role="main" class="flex-shrink-0">
<div class="{% block container-class %}container mb-4{% endblock %}"> <div class="{% block container-class %}container mb-4{% endblock %}">
<div class="row"> <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" %} {% 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 %} {% block whole_content_page_title %}
<div class="pb-2 mt-4 mb-2 col-12"> <div class="pb-2 mt-4 mb-2 col-12">
{% block content_page_title %} {% block content_page_title %}
......
...@@ -7,7 +7,7 @@ readme = open('README.rst').read() ...@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup( setup(
name='django-basetheme-bootstrap', name='django-basetheme-bootstrap',
version='0.2.36', version='0.2.37',
description='Django Basetheme Bootstrap', description='Django Basetheme Bootstrap',
long_description=readme, long_description=readme,
author='Bryan Brancotte', author='Bryan Brancotte',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment