diff options
Diffstat (limited to 'templates/chimere/base.html')
-rw-r--r-- | templates/chimere/base.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/chimere/base.html b/templates/chimere/base.html index bab159f..5154210 100644 --- a/templates/chimere/base.html +++ b/templates/chimere/base.html @@ -1,6 +1,8 @@ {% extends "base.html" %} {% load chimere_tags i18n %} {% block extra_head %} +<link rel="stylesheet" href="{{ STATIC_URL }}font-awesome/css/font-awesome.min.css" /> +<link rel="stylesheet" href="{{ STATIC_URL }}bootstrap/bootstrap.min.css" /> <link rel="shortcut icon" href="{{ STATIC_URL }}saclay/images/favicon.png"/> <link rel="stylesheet" href="{{ STATIC_URL }}chimere/css/styles.css" /> <link rel="stylesheet" href="{{ STATIC_URL }}chimere/css/print.css" media='print'/> |