diff options
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 %} |