From 88a5f600bb234d9e15fd88ecd32c04a2feb81ec2 Mon Sep 17 00:00:00 2001
From: Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com>
Date: Fri, 27 May 2016 22:18:55 +0200
Subject: brown paper bag bug


diff --git a/program/admin.py b/program/admin.py
index 1323697..91ac63d 100644
--- a/program/admin.py
+++ b/program/admin.py
@@ -98,7 +98,7 @@ class ShowAdmin(admin.ModelAdmin):
     search_fields = ('name', 'short_description', 'description')
     fields = (
         'predecessor', 'broadcastformat', 'name', 'slug', 'image', 'image_enabled', 'short_description', 'description',
-        'email', 'website', 'cba_series_id', 'automation_id', 'hosts', 'owners', 'showinformation', 'showtopic',
+        'email', 'website', 'automation_id', 'hosts', 'owners', 'showinformation', 'showtopic',
         'musicfocus',
     )
 
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>
 
-- 
cgit v0.10.2