Merge pull request #29 from dwinston/patch-1

inherit protocol (http/https) for stylesheet load
This commit is contained in:
Nicholas Charriere 2016-09-08 14:45:26 -07:00 committed by GitHub
commit d12a090952

View file

@ -4,7 +4,7 @@
<head>
<title>Send Password</title>
<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">
</head>
<body>