mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-02-06 09:13:28 +00:00
test: add invenio-app-rdm to test requirements
This commit is contained in:
committed by
Mojib Wali
parent
dbfda0cc00
commit
0bb5885a95
@@ -6,13 +6,11 @@
|
||||
# modify it under the terms of the MIT License; see LICENSE file for more
|
||||
# details.
|
||||
|
||||
"""Routes for record-related pages provided by Invenio-App-RDM."""
|
||||
|
||||
from flask import render_template
|
||||
from flask_login import login_required
|
||||
from invenio_app_rdm.records_ui.views.decorators import (
|
||||
pass_draft,
|
||||
pass_draft_files,
|
||||
)
|
||||
from invenio_app_rdm.records_ui.views.decorators import pass_draft, pass_draft_files
|
||||
from invenio_app_rdm.records_ui.views.deposits import (
|
||||
get_form_config,
|
||||
get_search_url,
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
|
||||
"""invenio module for TUGRAZ theme."""
|
||||
|
||||
from invenio_theme_tugraz.deposits import deposit_create, deposit_edit
|
||||
|
||||
from . import config
|
||||
from .views import index
|
||||
from invenio_theme_tugraz.deposits import deposit_create, deposit_edit
|
||||
|
||||
|
||||
class InvenioThemeTugraz(object):
|
||||
|
||||
Reference in New Issue
Block a user