diff options
Diffstat (limited to 'program/templates')
-rw-r--r-- | program/templates/show_detail.html | 3 | ||||
-rw-r--r-- | program/templates/timeslot_detail.html | 5 |
2 files changed, 1 insertions, 7 deletions
diff --git a/program/templates/show_detail.html b/program/templates/show_detail.html index e3b2bdb..47d20a1 100644 --- a/program/templates/show_detail.html +++ b/program/templates/show_detail.html @@ -57,9 +57,6 @@ {% if show.website %} <strong>Website:</strong> <a href="{{ show.website }}">{{ show.website }}</a><br/> {% endif %} - {% if show.cba_series_id %} - <strong>CBA-Link:</strong> <a href="http://cba.fro.at/series/{{ show.cba_series_id }}">CBA</a><br/> - {% endif %} </p> {% if show.notes.all %} diff --git a/program/templates/timeslot_detail.html b/program/templates/timeslot_detail.html index 5133320..cfe2b7b 100644 --- a/program/templates/timeslot_detail.html +++ b/program/templates/timeslot_detail.html @@ -1,6 +1,6 @@ <html> <head> - <title>Sendung: {{ timeslot }} — Radio Helsinki - Freies Radio Graz</title> + <title>Sendung: {{ timeslot.show.name }} — Radio Helsinki - Freies Radio Graz</title> </head> <body> @@ -50,9 +50,6 @@ {% if timeslot.show.website %} <strong>Website:</strong> <a href="{{ timeslot.show.website }}">{{ timeslot.show.website }}</a><br/> {% endif %} - {% if timeslot.show.cba_series_id %} - <strong>CBA-Link:</strong> <a href="http://cba.fro.at/series/{{ timeslot.show.cba_series_id }}">CBA</a><br/> - {% endif %} </p> </div> |