File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
adminlteui/templates/admin Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments