Switched blueprint creation to newer flask style

Noticed and cherry picked from tugraz theme during debugging of plugin
build issues. See:
62c572e483
This commit is contained in:
2025-06-06 12:50:55 +01:00
parent c5bd3d138e
commit d5b9686302
3 changed files with 27 additions and 25 deletions

View File

@@ -44,7 +44,7 @@ test = "scripts.test:main"
invenio_theme_iform = "invenio_theme_iform:InvenioThemeIform"
[project.entry-points."invenio_base.blueprints"]
invenio_theme_iform = "invenio_theme_iform.views:ui_blueprint"
invenio_theme_iform = "invenio_theme_iform.views:create_blueprint"
[project.entry-points."invenio_i18n.translations"]
messages = "invenio_theme_iform"