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]