Skip to content

Commit

Permalink
Merge pull request #5148 from fecgov/feature/upgrade-wagtail-to-2.15.4
Browse files Browse the repository at this point in the history
Upgrade wagtail to 2.15.4
  • Loading branch information
rfultz authored Apr 12, 2022
2 parents 32142a5 + 615dc1c commit 137183c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fec/home/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ class MeetingPage(Page):
),
MultiFieldPanel(
[
FieldPanel('imported_html'),
StreamFieldPanel('imported_html'),
],
heading='Imported meeting content',
classname='collapsible collapsed'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requests==2.25.1
urllib3==1.26.7
slacker==0.8.6
whitenoise==5.2.0
wagtail==2.11.9
wagtail==2.15.4
Jinja2==3.0.0
django_jinja==2.7.0
pillow==9.0.1
Expand Down

0 comments on commit 137183c

Please sign in to comment.