# HG changeset patch # User Brian Neal # Date 1283906977 0 # Node ID 1b6b3e38e918ee3779499f0fcad732fa4ad23c41 # Parent 10be1f4f121bd85e24f5b815addf14be3ad14b7a Fix path to fancybox css file. diff -r 10be1f4f121b -r 1b6b3e38e918 mysite/templates/band/gigs.html --- 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 %} - + {% endblock %} {% block custom_js %} diff -r 10be1f4f121b -r 1b6b3e38e918 mysite/templates/band/index.html --- 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 %} - + {% endblock %} {% block custom_js %} diff -r 10be1f4f121b -r 1b6b3e38e918 mysite/templates/band/photo_detail.html --- 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 %} - + {% endblock %} {% block custom_js %} diff -r 10be1f4f121b -r 1b6b3e38e918 mysite/templates/band/photos.html --- 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 %} - + {% endblock %} {% block custom_js %}