From f56557a4dc59bab3b65c6e9b45f7f53cc9e78a2d Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Thu, 9 Jun 2011 17:15:53 +0200 Subject: show details diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html index 61735e6..443a64a 100644 --- a/templates/program/show_detail.html +++ b/templates/program/show_detail.html @@ -9,28 +9,30 @@
+

{{ show.name }}

{% for slot in show.programslots.all %} {{ slot }}
{% endfor %}

+
-
- {% for item in show.showinformation.all %} - {{ item.abbrev }} - {% endfor %} - {% for item in show.showtopic.all %} - {{ item.abbrev }} - {% endfor %} - {% for item in show.musicfocus.all %} - {{ item.abbrev }} - {% endfor %} -
- +

{{ show.broadcastformat.format }}

+ {% for item in show.showinformation.all %} + {{ item.abbrev }} + {% endfor %} + {% for item in show.showtopic.all %} + {{ item.abbrev }} + {% endfor %} + {% for item in show.musicfocus.all %} + {{ item.abbrev }} + {% endfor %}
+
+ {% if show.short_description != 'FIXME' %}
{{ show.short_description }}
{% endif %} -- cgit v0.10.2