blob: 1595312911b7ddcc4a228e29b5a9205b9c2a1d57 [file] [log] [blame]
lombardofr93770e22019-08-30 19:37:56 +02001<!--
2Copyright 2019 EveryUP srl
3
4Licensed under the Apache License, Version 2.0 (the "License");
5you may not use this file except in compliance with the License.
6You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10Unless required by applicable law or agreed to in writing, software
11distributed under the License is distributed on an BASIS,
12WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13See the License for the specific language governing permissions and
14limitations under the License.
15-->
16
lombardoffb37bca2018-05-03 16:20:04 +020017{% 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 -->
lombardofre5a130a2019-07-15 09:17:59 +020025 <link rel="stylesheet" href="/static/node_modules/bootstrap/dist/css/bootstrap.min.css">
lombardofe28478c2018-06-07 13:07:27 +020026 <!-- Font Awesome-->
lombardofre5a130a2019-07-15 09:17:59 +020027 <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">
lombardoffb37bca2018-05-03 16:20:04 +020030 <!-- Ionicons -->
lombardofre5a130a2019-07-15 09:17:59 +020031 <link rel="stylesheet" href="/static/node_modules/ionicons/dist/css/ionicons.min.css">
lombardoffb37bca2018-05-03 16:20:04 +020032 <!-- Theme style -->
lombardofre5a130a2019-07-15 09:17:59 +020033 <link rel="stylesheet" href="/static/node_modules/admin-lte/dist/css/AdminLTE.min.css">
lombardoffb37bca2018-05-03 16:20:04 +020034 <!-- AdminLTE Skins. Choose a skin from the css/skins
35 folder instead of downloading all of them to reduce the load. -->
lombardofre5a130a2019-07-15 09:17:59 +020036 <link rel="stylesheet" href="/static/node_modules/admin-lte/dist/css/skins/_all-skins.min.css">
lombardoffb37bca2018-05-03 16:20:04 +020037
38 <link rel="stylesheet" href="/static/css/rdcl.css">
lombardofrb5ccca22018-06-14 09:55:57 +020039 <link rel="stylesheet" href="/static/css/lwui.css">
lombardoffb37bca2018-05-03 16:20:04 +020040
lombardofre5a130a2019-07-15 09:17:59 +020041 <link rel="stylesheet" href="/static/node_modules/admin-lte/plugins/pace/pace.min.css">
lombardoffb37bca2018-05-03 16:20:04 +020042 <link rel="icon" href="/static/assets/img/favicon.ico">
43
44
45