Split css into several components
This commit is contained in:
@ -7,9 +7,16 @@
|
||||
Django Adminator - {% block title %}{% endblock %}
|
||||
</title>
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="{{ ASSETS_ROOT }}/css/bootstrap.css" />
|
||||
<link type="text/css" rel="stylesheet" href="{{ ASSETS_ROOT }}/css/colours.css" />
|
||||
<link type="text/css" rel="stylesheet" href="{{ ASSETS_ROOT }}/css/datepicker.css" />
|
||||
<link type="text/css" rel="stylesheet" href="{{ ASSETS_ROOT }}/css/fontawesome.css" />
|
||||
<link type="text/css" rel="stylesheet" href="{{ ASSETS_ROOT }}/css/themify-icons.css" />
|
||||
<link type="text/css" rel="stylesheet" href="{{ ASSETS_ROOT }}/css/scollbar.css" />
|
||||
<link type="text/css" rel="stylesheet" href="{{ ASSETS_ROOT }}/css/adminator.css" />
|
||||
<link type="text/css" rel="stylesheet" href="{{ ASSETS_ROOT }}/css/jquery.dataTables.min.css" />
|
||||
<link type="text/css" rel="stylesheet" href="{{ ASSETS_ROOT }}/css/index.css" />
|
||||
<link type="text/css" rel="stylesheet" href="{{ ASSETS_ROOT }}/css/select2.min.css" />
|
||||
<link type="text/css" rel="stylesheet" href="{{ ASSETS_ROOT }}/css/index.css" />
|
||||
|
||||
<!-- Specific Page CSS goes HERE -->
|
||||
{% block stylesheets %}{% endblock stylesheets %}
|
||||
|
Reference in New Issue
Block a user