mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-05-05 23:11:44 +01:00
global: extension class to uppercase. (#105)
The extension class name is changed to uppercase.
This commit is contained in:
@@ -79,7 +79,7 @@ setup(
|
||||
platforms='any',
|
||||
entry_points={
|
||||
'invenio_base.apps': [
|
||||
'invenio_theme_tugraz = invenio_theme_tugraz:inveniothemetugraz',
|
||||
'invenio_theme_tugraz = invenio_theme_tugraz:InvenioThemeTugraz',
|
||||
],
|
||||
'invenio_base.blueprints': [
|
||||
'invenio_theme_tugraz = invenio_theme_tugraz.views:blueprint',
|
||||
|
||||
Reference in New Issue
Block a user