zostera / django-bootstrap4

Bootstrap 4 integration with Django.
https://django-bootstrap4.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.03k stars 263 forks source link

IE compatibility #121

Closed fmatray closed 5 years ago

fmatray commented 6 years ago

Hello, I had an issue issuing IE, the compatibilty switched to IE7... To bypass this problem I had to add the following line BEFORE any \<link>, CSS or JS. <meta http-equiv="x-ua-compatible" content="IE=edge,chrome=1" />

But, it's impossible with the current release without a specific version of bootstrap4.html.

It would be nice to have a block like {%block bootstrap4_meta %}{% endblock %} in order to add extra \<meta> options.

Thanks. Frédéric

dyve commented 5 years ago

IE should be in the past for most users now. Please roll your own version of the base template.