From 3a7642466db31a86462c62767c397636382911d7 Mon Sep 17 00:00:00 2001
From: Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com>
Date: Tue, 22 Mar 2011 15:42:09 +0100
Subject: fixed indentation.


diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html
index 389dab7..05e678c 100644
--- a/templates/program/show_detail.html
+++ b/templates/program/show_detail.html
@@ -18,7 +18,7 @@
         <span class="information-abbrev">{{ information.abbrev }}</span>
     {% endfor %}
 
-        {% for focus in show.musicfocus.all %}
+    {% for focus in show.musicfocus.all %}
         <span class="focus-abbrev">{{ focus.abbrev }}</span>
     {% endfor %}
 
-- 
cgit v0.10.2