diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-03-22 14:42:09 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-03-22 14:42:09 (GMT) |
commit | 3a7642466db31a86462c62767c397636382911d7 (patch) | |
tree | 75e35d4d35404cccf0aa1b69111cc973931a75fc /templates | |
parent | 7a0b47393e36a4405487277d20d09406a7cf4565 (diff) |
fixed indentation.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/program/show_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |