summaryrefslogtreecommitdiff
path: root/program/templates
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2016-05-27 20:18:55 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2016-05-27 20:18:55 (GMT)
commit88a5f600bb234d9e15fd88ecd32c04a2feb81ec2 (patch)
tree08a63a8c7d995801624f1ed06d37ec69d9e9d9a9 /program/templates
parent4a66728a9bbe88704c6e01ec8dd683cdb0a4c0c6 (diff)
brown paper bag bug
Diffstat (limited to 'program/templates')
-rw-r--r--program/templates/show_detail.html3
-rw-r--r--program/templates/timeslot_detail.html3
2 files changed, 0 insertions, 6 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..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>