Show More
@@ -13,6 +13,9 | |||
|
13 | 13 | <link rel="shortcut icon" type="image/x-icon" href="{{static_url("base/images/favicon.ico") }}"> |
|
14 | 14 | <meta http-equiv="X-UA-Compatible" content="chrome=1"> |
|
15 | 15 | <link rel="stylesheet" href="{{static_url("jquery/css/themes/base/jquery-ui.min.css") }}" type="text/css" /> |
|
16 | <link rel="stylesheet" href="{{static_url("components/bootstrap/bootstrap/css/bootstrap.min.css") }}" type="text/css" /> | |
|
17 | <link rel="stylesheet" href="{{static_url("components/bootstrap/bootstrap/css/bootstrap-responsive.min.css") }}" type="text/css" /> | |
|
18 | ||
|
16 | 19 | <link rel="stylesheet" href="{{static_url("base/css/boilerplate.css") }}" type="text/css" /> |
|
17 | 20 | {% block stylesheet %} |
|
18 | 21 | {% block lesscss %} |
@@ -62,8 +65,9 | |||
|
62 | 65 | {% endblock %} |
|
63 | 66 | </div> |
|
64 | 67 | |
|
65 |
<script src="{{static_url("jquery/ |
|
|
66 |
<script src="{{static_url(" |
|
|
68 | <script src="{{static_url("components/jquery/jquery.min.js") }}" type="text/javascript" charset="utf-8"></script> | |
|
69 | <script src="{{static_url("components/jquery-ui/ui/minified/jquery-ui.custom.min.js") }}" type="text/javascript" charset="utf-8"></script> | |
|
70 | <script src="{{static_url("components/bootstrap/bootstrap/js/bootstrap.min.js") }}" type="text/javascript" charset="utf-8"></script> | |
|
67 | 71 | <script src="{{static_url("base/js/namespace.js") }}" type="text/javascript" charset="utf-8"></script> |
|
68 | 72 | <script src="{{static_url("base/js/page.js") }}" type="text/javascript" charset="utf-8"></script> |
|
69 | 73 | <script src="{{static_url("auth/js/loginwidget.js") }}" type="text/javascript" charset="utf-8"></script> |
General Comments 0
You need to be logged in to leave comments.
Login now