*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 540ccb4b authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Format using black

parent 2ddeb647
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,9 @@ ACCOUNTS_COVER_TEMPLATE = "invenio_theme_tuw/login/page_cover.html"
try:
from invenio_app_rdm.config import RECORDS_UI_ENDPOINTS
RECORDS_UI_ENDPOINTS["recid"].update(template="invenio_theme_tuw/record_landing_page.html")
RECORDS_UI_ENDPOINTS["recid"].update(
template="invenio_theme_tuw/record_landing_page.html"
)
except ModuleNotFoundError:
pass
......@@ -18,8 +18,7 @@ theme = WebpackThemeBundle(
"entry": {
"invenio-theme-tuw-theme": "./less/invenio_theme_tuw/theme.less",
},
"dependencies": {
},
"dependencies": {},
},
},
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment