Fix link to bootstrap album stylesheet

This commit is contained in:
Michael Hall 2018-01-23 11:14:49 -05:00
parent e37a945220
commit 60516e4bb7

View file

@ -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;