mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user