diff options
Diffstat (limited to 'program/templates/timeslot_detail.html')
-rw-r--r-- | program/templates/timeslot_detail.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/program/templates/timeslot_detail.html b/program/templates/timeslot_detail.html index 5133320..e0e4e52 100644 --- a/program/templates/timeslot_detail.html +++ b/program/templates/timeslot_detail.html @@ -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> |