Skip to content

Commit

Permalink
Remove focus areas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatcherK committed Oct 12, 2023
1 parent 7280594 commit 9c9e4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion di_website/project/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class Meta():
hero_panels(),
FieldPanel('body'),
MultiFieldPanel([
InlinePanel('focus_areas_page_link', label="Focus Areas", max_num=6)
InlinePanel('focus_areas_page_link', label="Focus Areas"),
], heading='Focus Areas'),
MultiFieldPanel([
FieldPanel('other_pages_heading'),
Expand Down

0 comments on commit 9c9e4d1

Please sign in to comment.