# HG changeset patch # User Chris Ridgway # Date 1322341705 21600 # Node ID e60af48feb005a869a5883dfdedc30c46ce4ed55 # Parent a6f150d0ab9d5b3fd3c88f46a7bee71bcd84968e band_list.html was referencing some images that no longer exist. This fixes errors seen in the site log files. diff -r a6f150d0ab9d -r e60af48feb00 bns_website/templates/bands/band_list.html --- a/bns_website/templates/bands/band_list.html Fri Nov 25 19:31:00 2011 -0600 +++ b/bns_website/templates/bands/band_list.html Sat Nov 26 15:08:25 2011 -0600 @@ -26,8 +26,6 @@ randomStart: true, pager: true, pagerType: 'full', - nextImage: '{{ STATIC_URL }}images/icon_arrow_right.png', - prevImage: '{{ STATIC_URL }}images/icon_arrow_left.png', wrapperClass: 'bands-slider-wrap' });