Skip to content

Commit

Permalink
Update for Wagtail 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyberg committed Aug 9, 2023
1 parent 35c04c0 commit 7517176
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ class AbstractAdvancedFormMixin(models.Model):
default=None,
null=True,
blank=False,
help_text=_('Add fields to the form')
help_text=_('Add fields to the form'),
use_json_field=True,
)

thanks_page_title = models.CharField(
Expand Down

0 comments on commit 7517176

Please sign in to comment.