diff --git a/backend/geonature/core/gn_profiles/models.py b/backend/geonature/core/gn_profiles/models.py index 3b6fd4b0eb..0a8c2c3c70 100644 --- a/backend/geonature/core/gn_profiles/models.py +++ b/backend/geonature/core/gn_profiles/models.py @@ -13,7 +13,8 @@ from geonature.utils.env import DB, db from geonature.core.gn_synthese.models import Synthese -from geonature.core.taxonomie.models import Taxref + +from apptax.taxonomie.models import Taxref @serializable diff --git a/backend/geonature/core/gn_synthese/routes.py b/backend/geonature/core/gn_synthese/routes.py index 6efa94dee4..8cc9ab25b9 100644 --- a/backend/geonature/core/gn_synthese/routes.py +++ b/backend/geonature/core/gn_synthese/routes.py @@ -24,7 +24,6 @@ from utils_flask_sqla.generic import serializeQuery, GenericTable from utils_flask_sqla.response import to_csv_resp, to_json_resp, json_resp from utils_flask_sqla_geo.generic import GenericTableGeo -from werkzeug.exceptions import BadRequest from geonature.utils import filemanager from geonature.utils.env import DB diff --git a/backend/geonature/templates/modules/monitorings/POPAmphibien/fiche_aire.html b/backend/geonature/templates/modules/monitorings/POPAmphibien/fiche_aire.html deleted file mode 120000 index 2afa85d2ff..0000000000 --- a/backend/geonature/templates/modules/monitorings/POPAmphibien/fiche_aire.html +++ /dev/null @@ -1 +0,0 @@ -/home/sahl/dev/GeoNature/external_modules/monitorings/backend/config/../../config/monitoring/POPAmphibien/exports/pdf/fiche_aire.html \ No newline at end of file diff --git a/backend/geonature/templates/modules/monitorings/POPReptile/fiche_aire.html b/backend/geonature/templates/modules/monitorings/POPReptile/fiche_aire.html deleted file mode 120000 index ad96a28835..0000000000 --- a/backend/geonature/templates/modules/monitorings/POPReptile/fiche_aire.html +++ /dev/null @@ -1 +0,0 @@ -/home/sahl/dev/GeoNature/external_modules/monitorings/backend/config/../../config/monitoring/POPReptile/exports/pdf/fiche_aire.html \ No newline at end of file