Mercurial > public > madeira
changeset 19:1b6b3e38e918
Fix path to fancybox css file.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 08 Sep 2010 00:49:37 +0000 |
parents | 10be1f4f121b |
children | 7aa63299adf6 |
files | mysite/templates/band/gigs.html mysite/templates/band/index.html mysite/templates/band/photo_detail.html mysite/templates/band/photos.html |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mysite/templates/band/gigs.html Wed Sep 08 00:43:03 2010 +0000 +++ b/mysite/templates/band/gigs.html Wed Sep 08 00:49:37 2010 +0000 @@ -1,7 +1,7 @@ {% extends 'band/base.html' %} {% block title %}The Madeira | Shows{% endblock %} {% block custom_css %} -<link rel="stylesheet" href="{{ MEDIA_URL }}css/fancybox/jquery.fancybox-1.3.1.css" type="text/css" media="screen" /> +<link rel="stylesheet" href="{{ MEDIA_URL }}js/fancybox/jquery.fancybox-1.3.1.css" type="text/css" media="screen" /> {% endblock %} {% block custom_js %} <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
--- a/mysite/templates/band/index.html Wed Sep 08 00:43:03 2010 +0000 +++ b/mysite/templates/band/index.html Wed Sep 08 00:49:37 2010 +0000 @@ -1,7 +1,7 @@ {% extends 'band/base.html' %} {% block title %}The Madeira{% endblock %} {% block custom_css %} -<link rel="stylesheet" href="{{ MEDIA_URL }}css/fancybox/jquery.fancybox-1.3.1.css" type="text/css" media="screen" /> +<link rel="stylesheet" href="{{ MEDIA_URL }}js/fancybox/jquery.fancybox-1.3.1.css" type="text/css" media="screen" /> {% endblock %} {% block custom_js %} <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
--- a/mysite/templates/band/photo_detail.html Wed Sep 08 00:43:03 2010 +0000 +++ b/mysite/templates/band/photo_detail.html Wed Sep 08 00:49:37 2010 +0000 @@ -2,7 +2,7 @@ {% load markup %} {% block title %}The Madeira | Photos: {{ gallery.title }}{% endblock %} {% block custom_css %} -<link rel="stylesheet" href="{{ MEDIA_URL }}css/fancybox/jquery.fancybox-1.3.1.css" type="text/css" media="screen" /> +<link rel="stylesheet" href="{{ MEDIA_URL }}js/fancybox/jquery.fancybox-1.3.1.css" type="text/css" media="screen" /> {% endblock %} {% block custom_js %} <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
--- a/mysite/templates/band/photos.html Wed Sep 08 00:43:03 2010 +0000 +++ b/mysite/templates/band/photos.html Wed Sep 08 00:49:37 2010 +0000 @@ -1,7 +1,7 @@ {% extends 'band/base.html' %} {% block title %}The Madeira | Photo Galleries{% endblock %} {% block custom_css %} -<link rel="stylesheet" href="{{ MEDIA_URL }}css/fancybox/jquery.fancybox-1.3.1.css" type="text/css" media="screen" /> +<link rel="stylesheet" href="{{ MEDIA_URL }}js/fancybox/jquery.fancybox-1.3.1.css" type="text/css" media="screen" /> {% endblock %} {% block custom_js %} <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>