aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2014-08-12 14:29:41 +0100
committerDave Whiteland <dave@mysociety.org>2014-08-12 14:29:41 +0100
commit68a486f190aa5054b3bcf1be2a63ad0c7c6aef26 (patch)
tree099410465642a3a5324dc2f887cbb99fd672cbd9
parent0425b661609da36364c1e4228b9599119c3a991b (diff)
add site_title to the admin/config page
-rw-r--r--templates/web/base/admin/config_page.html1
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 %]