Skip to content
Snippets Groups Projects
Commit 16fb28cb authored by Dan Braghis's avatar Dan Braghis
Browse files

fixup! Add streamform and fields

parent 3dbd2037
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ class ReviewForm(models.Model): ...@@ -19,7 +19,7 @@ class ReviewForm(models.Model):
name = models.CharField(max_length=255) name = models.CharField(max_length=255)
form_fields = StreamField(ReviewCustomFormFieldsBlock()) form_fields = StreamField(ReviewCustomFormFieldsBlock())
content_panels = [ panels = [
FieldPanel('name'), FieldPanel('name'),
StreamFieldPanel('form_fields'), StreamFieldPanel('form_fields'),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment