Fix link to bootstrap album stylesheet
This commit is contained in:
parent
e37a945220
commit
60516e4bb7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link href="http://getbootstrap.com/docs/4.0/examples/album/album.css" rel="stylesheet"/>
|
<link href="https://getbootstrap.com/docs/4.0/examples/album/album.css" rel="stylesheet"/>
|
||||||
<style>
|
<style>
|
||||||
.card-banner {
|
.card-banner {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue