diff --git a/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html b/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html index 73ca1af8e57d0db693fa37d63f368ae31b0d32c8..e97d0b0faaa7b97a779b20c1adbdd73e8eb88092 100644 --- a/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html +++ b/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html @@ -20,6 +20,7 @@ <link rel="stylesheet" href="{% sstatic '/css/bootstrap-multiselect.css' %}" type="text/css"/> <link rel="stylesheet" href="{% sstatic '/css/basetheme_bootstrap4_pasteur.css' %}"/> <link rel="stylesheet" href="{% sstatic '/css/basetheme_bootstrap4_pasteur_fonts.css' %}"/> + {% include_if_exists "extra_in_header.html"|localize_template %} {% block extra_css %}{% endblock %} </head> <body class="d-flex flex-column h-100"> diff --git a/setup.py b/setup.py index e9911970bddb0501a646c79a793a0dec1f8e159b..8e4fae4efcee04e0cd947f3eaf5eafff180cfb62 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ readme = open('README.rst').read() setup( name='django-basetheme-bootstrap', - version='1.5', + version='1.6', description='Django Basetheme Bootstrap', long_description=readme, author='Bryan Brancotte',