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

allows to add css in head tag

parent 25614ad2
No related branches found
Tags v1.6
No related merge requests found
Pipeline #117786 passed
......@@ -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">
......
......@@ -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',
......
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