| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 1 | {% load staticfiles %} |
| 2 | {% load i18n %} |
| 3 | |
| 4 | <title>{{ SITE_NAME }}</title> |
| 5 | |
| 6 | <!-- Tell the browser to be responsive to screen width --> |
| 7 | <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> |
| 8 | <!-- Bootstrap 3.3.7 --> |
| 9 | <link rel="stylesheet" href="/static/bower_components/bootstrap/dist/css/bootstrap.min.css"> |
| lombardof | e28478c | 2018-06-07 13:07:27 +0200 | [diff] [blame] | 10 | <!-- Font Awesome--> |
| 11 | <link rel="stylesheet" href="/static/bower_components/font-awesome/css/font-awesome.css"> |
| 12 | <!--<link rel="stylesheet" href="/static/bower_components/components-font-awesome/css/fontawesome.min.css">--> |
| 13 | <link rel="stylesheet" href="/static/bower_components/components-font-awesome/css/fontawesome-all.min.css"> |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 14 | <!-- Ionicons --> |
| 15 | <link rel="stylesheet" href="/static/bower_components/Ionicons/css/ionicons.min.css"> |
| 16 | <!-- Theme style --> |
| 17 | <link rel="stylesheet" href="/static/bower_components/admin-lte/dist/css/AdminLTE.min.css"> |
| 18 | <!-- AdminLTE Skins. Choose a skin from the css/skins |
| 19 | folder instead of downloading all of them to reduce the load. --> |
| 20 | <link rel="stylesheet" href="/static/bower_components/admin-lte/dist/css/skins/_all-skins.min.css"> |
| 21 | |
| 22 | <link rel="stylesheet" href="/static/css/rdcl.css"> |
| lombardofr | b5ccca2 | 2018-06-14 09:55:57 +0200 | [diff] [blame] | 23 | <link rel="stylesheet" href="/static/css/lwui.css"> |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 24 | |
| 25 | <link rel="stylesheet" href="/static/bower_components/admin-lte/plugins/pace/pace.min.css"> |
| 26 | <link rel="icon" href="/static/assets/img/favicon.ico"> |
| 27 | |
| 28 | |
| 29 | |