diff options
Diffstat (limited to 'program/templates/show_detail.html')
-rw-r--r-- | program/templates/show_detail.html | 3 |
1 files changed, 0 insertions, 3 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 %} |