Merge pull request #89 from brennentsmith/master

Use local assets for fontawesome for isolated environments.
This commit is contained in:
Nicholas Charriere 2018-07-07 10:47:52 -07:00 committed by GitHub
commit b45312c650
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 2676 additions and 1 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 434 KiB

View file

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<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="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"> <link href="{{ config.STATIC_URL }}/fontawesome/css/font-awesome.min.css?v=4.7.0" 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>