Skip to content

Commit

Permalink
Set WAGTAILMODELTRANSLATION_LOCALE_PICKER_DEFAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Sep 16, 2020
1 parent 663a5dc commit b7dcdc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
]

WAGTAILMODELTRANSLATION_TRANSLATE_SLUGS = False
WAGTAILMODELTRANSLATION_LOCALE_PICKER_DEFAULT = ('de', 'en')

# WAGTAIL
WAGTAIL_SITE_NAME = 'MPI CMS'
Expand Down

0 comments on commit b7dcdc3

Please sign in to comment.