From b02b7aca14d9659ee2d68ee4479fe8e7fb1060c1 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 6 Jun 2025 14:13:26 +0100 Subject: [PATCH] Revert "Removed lom to fix py3.13 issues" This reverts commit 926196b30fe2d50ae279c53f6dc868db6f553ddc. --- .../templates/invenio_theme_iform/navbar.html | 5 +++++ pyproject.toml | 1 + 2 files changed, 6 insertions(+) diff --git a/invenio_theme_iform/templates/invenio_theme_iform/navbar.html b/invenio_theme_iform/templates/invenio_theme_iform/navbar.html index e51c747..f04f6cb 100644 --- a/invenio_theme_iform/templates/invenio_theme_iform/navbar.html +++ b/invenio_theme_iform/templates/invenio_theme_iform/navbar.html @@ -23,6 +23,11 @@ "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 8344807..c8ef1bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ 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]