| 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"> |
| 10 | <!-- Font Awesome --> |
| 11 | <link rel="stylesheet" href="/static/bower_components/font-awesome/css/font-awesome.min.css"> |
| 12 | <!-- Ionicons --> |
| 13 | <link rel="stylesheet" href="/static/bower_components/Ionicons/css/ionicons.min.css"> |
| 14 | <!-- Theme style --> |
| 15 | <link rel="stylesheet" href="/static/bower_components/admin-lte/dist/css/AdminLTE.min.css"> |
| 16 | <!-- AdminLTE Skins. Choose a skin from the css/skins |
| 17 | folder instead of downloading all of them to reduce the load. --> |
| 18 | <link rel="stylesheet" href="/static/bower_components/admin-lte/dist/css/skins/_all-skins.min.css"> |
| 19 | |
| 20 | <link rel="stylesheet" href="/static/css/rdcl.css"> |
| 21 | |
| 22 | <link rel="stylesheet" href="/static/bower_components/admin-lte/plugins/pace/pace.min.css"> |
| 23 | <link rel="icon" href="/static/assets/img/favicon.ico"> |
| 24 | |
| 25 | |
| 26 | |