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

hosting image to prevent CORS error

parent 6383d7ca
No related branches found
No related tags found
No related merge requests found
Pipeline #45263 passed
basetheme_bootstrap/static/img/institut-pasteur-logo-2020.png

558 B

basetheme_bootstrap/static/img/pasteur-white.png

477 B

basetheme_bootstrap/static/img/pasteur.png

10 KiB

......@@ -58,7 +58,7 @@
</nav>
<nav class="header__middle navbar navbar-expand-md navbar-light">
<div class="header__logo-wrapper">
<img src="https://www.pasteur.fr/sites/default/files/institut-pasteur-logo-2020.png" alt="Accueil">
<img src="{% sstatic '/img/institut-pasteur-logo-2020.png'%}" alt="Accueil">
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar__middle__collapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
......@@ -77,7 +77,7 @@
<div></div>
</div>
<div class="header__face-wrapper d-none d-md-block">
<img class="header__face" src="https://www.pasteur.fr//sites/all/themes/custom/pasteur/assets/img/art/pasteur.png">
<img class="header__face" src="{% sstatic '/img/pasteur.png'%}">
</div>
</nav>
</header>
......@@ -122,7 +122,7 @@
<div class="inner-wrap">
<div class="footer__section footer__address">
<div class="footer__logo clearfix">
<img src="https://www.pasteur.fr/sites/all/themes/custom/pasteur/assets/img/pasteur-white.png" alt="Institut Pasteur" title="Institut Pasteur">
<img src="{% sstatic '/img/pasteur-white.png'%}" alt="Institut Pasteur" title="Institut Pasteur">
</div>
<div class="block block-block block-block-1">
<div class="content">
......
......@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup(
name='django-basetheme-bootstrap',
version='0.2.49',
version='0.2.50',
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