Skip to content

Commit 7f63f2f

Browse files
JakobMiesnerkpsherva
authored andcommitted
global: theme: add config var to define site name
1 parent 45a5ce5 commit 7f63f2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

invenio_app_ils/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,3 +1083,6 @@ def _(x):
10831083
PAGES_DEFAULT_TEMPLATE = "invenio_pages/default.html"
10841084
# default app theme
10851085
APP_THEME = ["semantic-ui"]
1086+
1087+
# Site name.
1088+
THEME_SITENAME = _("InvenioILS")

0 commit comments

Comments
 (0)