Show More
@@ -14,8 +14,6 b'' | |||
|
14 | 14 | <link rel="stylesheet" href="{{static_url("jquery/css/themes/base/jquery-ui.min.css") }}" type="text/css" /> |
|
15 | 15 | <link rel="stylesheet" href="{{static_url("css/boilerplate.css") }}" type="text/css" /> |
|
16 | 16 | <link rel="stylesheet" href="{{static_url("css/page.css") }}" type="text/css"/> |
|
17 | {% block stylesheet %} | |
|
18 | {% endblock %} | |
|
19 | 17 | {% block lesscss %} |
|
20 | 18 | {% if use_less %} |
|
21 | 19 | <link rel="stylesheet/less" href="{{ static_url("less/style.less") }}" type="text/css" /> |
@@ -23,6 +21,8 b'' | |||
|
23 | 21 | <link rel="stylesheet" href="{{ static_url("css/style.min.css") }}" type="text/css"/> |
|
24 | 22 | {% endif %} |
|
25 | 23 | {% endblock lesscss%} |
|
24 | {% block stylesheet %} | |
|
25 | {% endblock %} | |
|
26 | 26 | <link rel="stylesheet" href="{{ static_url("css/custom.css") }}" type="text/css" /> |
|
27 | 27 | |
|
28 | 28 |
General Comments 0
You need to be logged in to leave comments.
Login now