Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions network-api/networkapi/mozfest/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,7 @@ class MozfestHomepage(MozfestPrimaryPage):
TranslatableField('search_image'),
TranslatableField('signup'),
TranslatableField('body'),
# TODO: Add in footnote support when wagtail-footnotes and wagtail-localize can work together.
# Issue can be found at https://github.com/mozilla/foundation.mozilla.org/issues/6790
# TranslatableField('footnotes'),
TranslatableField('footnotes'),
]

def get_context(self, request):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ class ArticlePage(FoundationMetadataPageMixin, Page):
TranslatableField('subtitle'),
SynchronizedField('article_file'),
TranslatableField('body'),
# TODO: Add in footnote support when wagtail-footnotes and wagtail-localize can work together.
# Issue can be found at https://github.com/mozilla/foundation.mozilla.org/issues/6790
# TranslatableField('footnotes'),
TranslatableField('footnotes'),
]

@property
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ whitenoise
psycopg2-binary
cloudinary
sentry-sdk
wagtail-footnotes
git+https://github.com/MozillaFoundation/wagtail-footnotes.git@localized-footnotes
scout-apm
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ wagtail-airtable==0.1.6
# via -r requirements.in
wagtail-factories==2.0.1
# via -r requirements.in
wagtail-footnotes==0.5.0
git+https://github.com/MozillaFoundation/wagtail-footnotes.git@localized-footnotes
# via -r requirements.in
wagtail-inventory==1.3
# via -r requirements.in
Expand Down