diff --git a/apis/settings/base.py b/apis/settings/base.py index f3d1ce09b..573239d5e 100644 --- a/apis/settings/base.py +++ b/apis/settings/base.py @@ -96,6 +96,7 @@ "django_tables2", "rest_framework", "webpage", + "apis_core.core", "apis_core.apis_entities", "apis_core.apis_metainfo", "apis_core.apis_relations", diff --git a/apis_core/apis_metainfo/templates/base.html b/apis_core/core/templates/base.html similarity index 100% rename from apis_core/apis_metainfo/templates/base.html rename to apis_core/core/templates/base.html diff --git a/apis_core/apis_metainfo/templates/confirm_delete.html b/apis_core/core/templates/confirm_delete.html similarity index 100% rename from apis_core/apis_metainfo/templates/confirm_delete.html rename to apis_core/core/templates/confirm_delete.html diff --git a/apis_core/apis_metainfo/templates/partials/bootstrap4_css.html b/apis_core/core/templates/partials/bootstrap4_css.html similarity index 100% rename from apis_core/apis_metainfo/templates/partials/bootstrap4_css.html rename to apis_core/core/templates/partials/bootstrap4_css.html diff --git a/apis_core/apis_metainfo/templates/partials/bootstrap4_js.html b/apis_core/core/templates/partials/bootstrap4_js.html similarity index 100% rename from apis_core/apis_metainfo/templates/partials/bootstrap4_js.html rename to apis_core/core/templates/partials/bootstrap4_js.html diff --git a/apis_core/apis_metainfo/templates/partials/feather_js.html b/apis_core/core/templates/partials/feather_js.html similarity index 100% rename from apis_core/apis_metainfo/templates/partials/feather_js.html rename to apis_core/core/templates/partials/feather_js.html