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 %}
|
||||
|
||||
{% 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>
|
||||
.card-banner {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue