diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index e089032..c76fba2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,11 +4,11 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>{% block title %}Chimère{% endblock %}</title> - <link rel="stylesheet" href="{{ media_path }}styles.css" /> <script type="text/javascript"><!-- var media_path = '{{ media_path }}'; // --></script> {% block extra_head %}{{extra_head|safe}}{% endblock %} + <link rel="stylesheet" href="{{ media_path }}styles.css" /> </head> <body> |
