{# Copyright (C) 2020-2026 Graz University of Technology. invenio-override is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. Extends the lom (OER) uploads dashboard and fills the `dashboard_actions` block with the "New upload" circle button which is wired in via the LOM_UPLOADS_TEMPLATE config. #} {%- extends "invenio_records_lom/uploads.html" %} {%- set title = _("Educational Resources") %} {%- set page_description = _("Manage and publish your openly licensed educational materials.") %} {%- block dashboard_actions %}
{%- endblock dashboard_actions %}