From 926196b30fe2d50ae279c53f6dc868db6f553ddc Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 6 Jun 2025 13:54:14 +0100 Subject: [PATCH] Removed lom to fix py3.13 issues --- .../templates/invenio_theme_iform/navbar.html | 5 ----- pyproject.toml | 1 - 2 files changed, 6 deletions(-) diff --git a/invenio_theme_iform/templates/invenio_theme_iform/navbar.html b/invenio_theme_iform/templates/invenio_theme_iform/navbar.html index f04f6cb..e51c747 100644 --- a/invenio_theme_iform/templates/invenio_theme_iform/navbar.html +++ b/invenio_theme_iform/templates/invenio_theme_iform/navbar.html @@ -23,11 +23,6 @@ "text": "Publications", "value": url_for("invenio_records_marc21.search"), "title": "publication", - },{ - "key": "lom", - "text": "Educational Resources", - "value": url_for("invenio_records_lom.search"), - "title": "oer", } ] %} diff --git a/pyproject.toml b/pyproject.toml index 3c15bb3..8f96996 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,6 @@ dependencies = [ "invenio-config-iform>=2025.5.20.1", "invenio_records_global_search>=0.0.1", "invenio_records_marc21>=0.21.0", - "invenio-records-lom>=0.16.0", ] [project.urls]