diff options
-rw-r--r-- | templates/web/base/admin/config_page.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/base/admin/config_page.html b/templates/web/base/admin/config_page.html index 83300e4db..0b29590e4 100644 --- a/templates/web/base/admin/config_page.html +++ b/templates/web/base/admin/config_page.html @@ -39,6 +39,7 @@ running version <strong>[% git_version || 'unknown' %]</strong>. [% INCLUDE with_cobrand value="ADMIN_BASE_URL" cob=c.cobrand.admin_base_url %] [% INCLUDE subsection heading="Display" %] +[% INCLUDE just_value value="Site title" conf = c.cobrand.site_title %] [% allowed_conf = FOR k IN c.config.ALLOWED_COBRANDS %] [% IF k.keys %][% k.items.join(':') %][% ELSE %][% k %][% END %] [%- ',' IF NOT loop.last %] |