***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Invenio Theme TUW
Manage
Activity
Members
Labels
Plan
Issues
11
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Center for Research Data Management
Invenio Theme TUW
Commits
540ccb4b
Commit
540ccb4b
authored
4 years ago
by
Moser, Maximilian
Browse files
Options
Downloads
Patches
Plain Diff
Format using black
parent
2ddeb647
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
invenio_theme_tuw/config.py
+3
-1
3 additions, 1 deletion
invenio_theme_tuw/config.py
invenio_theme_tuw/webpack.py
+1
-2
1 addition, 2 deletions
invenio_theme_tuw/webpack.py
with
4 additions
and
3 deletions
invenio_theme_tuw/config.py
+
3
−
1
View file @
540ccb4b
...
...
@@ -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
This diff is collapsed.
Click to expand it.
invenio_theme_tuw/webpack.py
+
1
−
2
View file @
540ccb4b
...
...
@@ -18,8 +18,7 @@ theme = WebpackThemeBundle(
"
entry
"
:
{
"
invenio-theme-tuw-theme
"
:
"
./less/invenio_theme_tuw/theme.less
"
,
},
"
dependencies
"
:
{
},
"
dependencies
"
:
{},
},
},
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment