| {% load staticfiles %} |
| {% load i18n %} |
| |
| <title>{{ SITE_NAME }}</title> |
| |
| <!-- Tell the browser to be responsive to screen width --> |
| <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> |
| <!-- Bootstrap 3.3.7 --> |
| <link rel="stylesheet" href="/static/bower_components/bootstrap/dist/css/bootstrap.min.css"> |
| <!-- Font Awesome--> |
| <link rel="stylesheet" href="/static/bower_components/font-awesome/css/font-awesome.css"> |
| <!--<link rel="stylesheet" href="/static/bower_components/components-font-awesome/css/fontawesome.min.css">--> |
| <link rel="stylesheet" href="/static/bower_components/components-font-awesome/css/fontawesome-all.min.css"> |
| <!-- Ionicons --> |
| <link rel="stylesheet" href="/static/bower_components/Ionicons/css/ionicons.min.css"> |
| <!-- Theme style --> |
| <link rel="stylesheet" href="/static/bower_components/admin-lte/dist/css/AdminLTE.min.css"> |
| <!-- AdminLTE Skins. Choose a skin from the css/skins |
| folder instead of downloading all of them to reduce the load. --> |
| <link rel="stylesheet" href="/static/bower_components/admin-lte/dist/css/skins/_all-skins.min.css"> |
| |
| <link rel="stylesheet" href="/static/css/rdcl.css"> |
| |
| <link rel="stylesheet" href="/static/bower_components/admin-lte/plugins/pace/pace.min.css"> |
| <link rel="icon" href="/static/assets/img/favicon.ico"> |
| |
| |
| |