summaryrefslogtreecommitdiff
path: root/program/admin.py
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-08-03 18:02:10 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-08-03 18:02:10 (GMT)
commite1dd7af199984d7ef3c875c88e39aee06d538370 (patch)
tree55a537e25b25089f91bf19e0ee042dda7089b71b /program/admin.py
parent31406aa5c3c53341cdadbc760b95d234ccdc20c6 (diff)
parentbb828a37309ab297fc8d50ef261bbfc14c871a6e (diff)
Merge branch 'master' into stable
Diffstat (limited to 'program/admin.py')
-rw-r--r--program/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/admin.py b/program/admin.py
index 591c363..b840d03 100644
--- a/program/admin.py
+++ b/program/admin.py
@@ -110,7 +110,7 @@ class ShowAdmin(admin.ModelAdmin):
search_fields = ('name', 'short_description', 'description')
fields = (
'predecessor', 'broadcastformat', 'name', 'slug', 'image', 'image_enabled', 'short_description', 'description',
- 'email', 'website', 'automation_id', 'hosts', 'owners', 'showinformation', 'showtopic',
+ 'email', 'website', 'hosts', 'owners', 'showinformation', 'showtopic',
'musicfocus',
)