diff mysite/templates/band/photo_detail.html @ 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 ead7bd49c9e0
line wrap: on
line diff
--- 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>