diff --git a/config/settings.py b/config/settings.py index 9c916b6..26833e2 100644 --- a/config/settings.py +++ b/config/settings.py @@ -284,6 +284,7 @@ JAZZMIN_SETTINGS = { "custom_js": None, "use_google_fonts_cdn": True, "show_ui_builder": False, + "language_chooser": True, } JAZZMIN_UI_TWEAKS = { diff --git a/core/templates/base.html b/core/templates/base.html index 5e681f2..8abc884 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -121,7 +121,7 @@ {% if user.is_staff %} -