Fix bug 1262 - Updated requirements to use mysqlclient
[osm/LW-UI.git] / template / head.html
1 <!--
2 Copyright 2019 EveryUP srl
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 -->
16
17 {% load staticfiles %}
18 {% load i18n %}
19
20 <title>{{ SITE_NAME }}</title>
21
22 <!-- Tell the browser to be responsive to screen width -->
23 <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
24 <!-- Bootstrap 3.3.7 -->
25 <link rel="stylesheet" href="/static/node_modules/bootstrap/dist/css/bootstrap.min.css">
26 <!-- Font Awesome-->
27 <link rel="stylesheet" href="/static/node_modules/font-awesome/css/font-awesome.css">
28 <!--<link rel="stylesheet" href="/static/node_modules/components-font-awesome/css/fontawesome.min.css">-->
29 <link rel="stylesheet" href="/static/node_modules/components-font-awesome/css/fontawesome-all.min.css">
30 <!-- Ionicons -->
31 <link rel="stylesheet" href="/static/node_modules/ionicons/dist/css/ionicons.min.css">
32 <!-- Theme style -->
33 <link rel="stylesheet" href="/static/node_modules/admin-lte/dist/css/AdminLTE.min.css">
34 <!-- AdminLTE Skins. Choose a skin from the css/skins
35 folder instead of downloading all of them to reduce the load. -->
36 <link rel="stylesheet" href="/static/node_modules/admin-lte/dist/css/skins/_all-skins.min.css">
37
38 <link rel="stylesheet" href="/static/css/rdcl.css">
39 <link rel="stylesheet" href="/static/css/lwui.css">
40
41 <link rel="stylesheet" href="/static/node_modules/admin-lte/plugins/pace/pace.min.css">
42 <link rel="icon" href="/static/assets/img/favicon.ico">
43
44
45