diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html index 351df30..320b114 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <!--[if IE]> - <script src="{{media_url}}js/html5.js"></script> + <script src="{{MEDIA_URL}}js/html5.js"></script> <![endif]--> @@ -16,16 +16,16 @@ <link rel="stylesheet" - href="{{media_url}}css/base.css" + href="{{MEDIA_URL}}css/base.css" type="text/css" media="screen"> <link rel="stylesheet" - href="{{media_url}}css/print.css" + href="{{MEDIA_URL}}css/print.css" type="text/css" media="print"> {%block stylesheet%}{%endblock%} - <!--[if lte IE 7]><link rel="stylesheet" href="http://luxagraf.net/media/css/ie.css" type="text/css" media="screen, projection"><![endif]--> + <!--[if lte IE 7]><link rel="stylesheet" href="{{MEDIA_URL}}css/ie.css" type="text/css" media="screen, projection"><![endif]--> <link rel="shortcut icon" |