Skip to content

Commit 8efc8ba

Browse files
committed
Merge pull request #1 from andypiper/master
Use HTTPS to access stylesheet to avoid errors
2 parents 3228bc3 + 2b684a1 commit 8efc8ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<title>twauth-web sample app {% block title %}{% endblock %}</title>
5-
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
5+
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
66
</head>
77

88
<body>

0 commit comments

Comments
 (0)