diff options
Diffstat (limited to 'showcase/wagtail_hooks.py')
-rw-r--r-- | showcase/wagtail_hooks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/showcase/wagtail_hooks.py b/showcase/wagtail_hooks.py index 86690df..ae1543a 100644 --- a/showcase/wagtail_hooks.py +++ b/showcase/wagtail_hooks.py @@ -26,7 +26,7 @@ class ExternalSourceAdmin(ModelAdmin): menu_order = 400 add_to_settings_menu = False exclude_from_explorer = False - list_display = ('name', 'slug', 'source_type', 'error') + list_display = ('name', 'source_type', 'error') search_fields = ('name',) |