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

Upgrade boostrap to 4.6.2, use bs-custom-file-input, ovverride layout to prevent CSP error

parent deaafe31
No related branches found
Tags v1.8.4
No related merge requests found
Pipeline #139426 passed
...@@ -105,3 +105,7 @@ $(document).ready(function(){ ...@@ -105,3 +105,7 @@ $(document).ready(function(){
$('.nav-tabs a.nav-item[href="#'+url.split('#')[1] + '"]').tab('show'); $('.nav-tabs a.nav-item[href="#'+url.split('#')[1] + '"]').tab('show');
} }
}); });
$(document).ready(function () {
bsCustomFileInput.init()
})
[metadata] [metadata]
name = django-basetheme-bootstrap name = django-basetheme-bootstrap
version = 1.8.3 version = 1.8.4
description = Django Basetheme Bootstrap description = Django Basetheme Bootstrap
long_description = file: README.rst long_description = file: README.rst
url = https://gitlab.pasteur.fr/bbrancot/django-basetheme-bootstrap url = https://gitlab.pasteur.fr/bbrancot/django-basetheme-bootstrap
......
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