Skip to content

Commit 8699e57

Browse files
committed
add extrahead & custom_style
1 parent b0c2476 commit 8699e57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adminlteui/templates/admin/base.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@
3131
<!-- bootstrap wysihtml5 - text editor -->
3232
<link rel="stylesheet" href={% static "admin/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css" %}>
3333

34+
{% block custom_style %} {% endblock %}
3435
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
3536
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
3637
<!--[if lt IE 9]>
3738
<script src="//oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
3839
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
3940
<![endif]-->
41+
42+
{% block extrahead %} {% endblock %}
4043
</head>
4144
<body class="hold-transition skin-blue sidebar-mini">
4245
<div class="wrapper">

0 commit comments

Comments
 (0)