summaryrefslogtreecommitdiff
path: root/showcase/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'showcase/models.py')
-rw-r--r--showcase/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/showcase/models.py b/showcase/models.py
index 2623c6a..572d295 100644
--- a/showcase/models.py
+++ b/showcase/models.py
@@ -94,7 +94,7 @@ class ShowCase(BasePage):
external_source = models.ForeignKey(ExternalSource,
on_delete=models.PROTECT)
content_panels = [
- FieldPanel('slug'), FieldPanel('external_source')
+ FieldPanel('external_source')
] + BasePage.content_panels
class Meta: