Merge pull request #29 from dwinston/patch-1
inherit protocol (http/https) for stylesheet load
This commit is contained in:
commit
d12a090952
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>Send Password</title>
|
<title>Send Password</title>
|
||||||
<link href="{{ config.STATIC_URL }}/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
<link href="{{ config.STATIC_URL }}/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
|
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
|
||||||
<link href="{{ config.STATIC_URL }}/snappass/css/custom.css" rel="stylesheet">
|
<link href="{{ config.STATIC_URL }}/snappass/css/custom.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue