summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2020-03-03 23:35:28 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2020-03-03 23:46:21 +0800
commitab49b1c7555e4d21058de268b20d3acc807545b3 (patch)
treef3f007755f6a46fdd3823541cdea400ceff675dd
parent9a2094136f411b57b64e38f04c57107734be9abc (diff)
lcr/templates/_layouts/base.html: use https for the external css link
or just removing the "http:" works too which is not used here Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: Ibb14544d4f07ba57645cb3669b4fdb9a9121aead
-rw-r--r--lcr/templates/_layouts/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcr/templates/_layouts/base.html b/lcr/templates/_layouts/base.html
index 131c4f5..627a259 100644
--- a/lcr/templates/_layouts/base.html
+++ b/lcr/templates/_layouts/base.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>{% block title %}LCR Report Management System{% endblock title %}</title>
- <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
+ <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<style>
body {
padding-bottom: 20px;