Skip to content

Commit ab4a471

Browse files
author
David Farrington
committed
Use CDN for asset serving
1 parent 833b82e commit ab4a471

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

adminlteui/templates/admin/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<!-- Tell the browser to be responsive to screen width -->
1313
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
1414
<!-- Bootstrap 3.3.6 -->
15-
<link rel="stylesheet" href={% static "admin/bootstrap/css/bootstrap.min.css" %}>
15+
<link rel="stylesheet" href="//stackpath.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
1616
<!-- Font Awesome -->
1717
<!--<link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.5.0/css/font-awesome.min.css">-->
18-
<link rel="stylesheet" href={% static "admin/font-awesome/css/font-awesome.min.css" %}>
18+
<link rel="stylesheet" href="//stackpath.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
1919
<!-- Ionicons -->
2020
<link rel="stylesheet" href={% static "admin/ionicons/ionicons.min.css" %}>
2121

adminlteui/templates/admin/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<!-- Tell the browser to be responsive to screen width -->
1818
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
1919
<!-- Bootstrap 3.3.6 -->
20-
<link rel="stylesheet" href={% static "admin/bootstrap/css/bootstrap.min.css" %}>
20+
<link rel="stylesheet" href="//stackpath.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
2121
<!-- Font Awesome -->
2222
<link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.5.0/css/font-awesome.min.css">
2323
<!-- Ionicons -->

adminlteui/templates/registration/logged_out.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<!-- Tell the browser to be responsive to screen width -->
1818
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
1919
<!-- Bootstrap 3.3.6 -->
20-
<link rel="stylesheet" href={% static "admin/bootstrap/css/bootstrap.min.css" %}>
20+
<link rel="stylesheet" href="//stackpath.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
2121
<!-- Font Awesome -->
2222
<link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.5.0/css/font-awesome.min.css">
2323
<!-- Ionicons -->

0 commit comments

Comments
 (0)