diff --git a/arches/settings_utils.py b/arches/settings_utils.py index 67476e3898..2ef03cb403 100644 --- a/arches/settings_utils.py +++ b/arches/settings_utils.py @@ -106,9 +106,9 @@ def build_templates_config( directories.append(os.path.join(app_root, "templates")) # forces Arches-level overrides of generic Django templates - directories.append( - os.path.join(Path(__file__).resolve().parent, "app", "templates") - ) + # directories.append( + # os.path.join(Path(__file__).resolve().parent, "app", "templates") + # ) return [ { diff --git a/releases/7.6.5.md b/releases/7.6.5.md index 5ab1ea4dbc..e1c17e1051 100644 --- a/releases/7.6.5.md +++ b/releases/7.6.5.md @@ -2,7 +2,9 @@ ### Bug Fixes and Enhancements -- Fix Activity Stream id value #[11727](https://github.com/archesproject/arches/issues/11727) +- Fix Activity Stream id value [#11727](https://github.com/archesproject/arches/issues/11727) +- Prevent Arches templates from overriding App templates [#11731]https://github.com/archesproject/arches/pull/11731 + ### Dependency changes: