diff --git a/arches/urls.py b/arches/urls.py index e4ba6cf8c4..6423f379ed 100644 --- a/arches/urls.py +++ b/arches/urls.py @@ -736,7 +736,7 @@ # This must be included in core to keep webpack happy, but cannot be appended when running a project. # See https://github.com/archesproject/arches/pull/10754 -if settings.APP_NAME == "Arches": +if settings.ROOT_URLCONF == __name__: if settings.SHOW_LANGUAGE_SWITCH is True: urlpatterns = i18n_patterns(*urlpatterns) diff --git a/releases/7.6.4.md b/releases/7.6.4.md index aa8d087736..bdd0f85dcb 100644 --- a/releases/7.6.4.md +++ b/releases/7.6.4.md @@ -9,6 +9,7 @@ - Cache resource relationship preflabels to improve report load time #[11583](https://github.com/archesproject/arches/issues/11583) - Fix regression where Arches is no longer overriding Django admin templates #[11668](https://github.com/archesproject/arches/issues/11668) - Fix bug causing the Edit button to not display in the map popup #[11679](https://github.com/archesproject/arches/issues/11679) +- Fix enabling multiple languages if the `APP_NAME` system settings tile had never been updated #[11660](https://github.com/archesproject/arches/issues/11660) ### Dependency changes: