diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-09-24 15:35:39 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-09-28 12:34:18 +0100 |
commit | b39b1034cdf7036f62be25dbf1cd829e800ea018 (patch) | |
tree | 3c988a6392e62771c512ab0eecdf9fbb91558d9b /templates/web/base/admin/index.html | |
parent | 99610f11646c3b8530dfdb19e08b11650569b9f6 (diff) |
Remove remaining hardcoded site name from strings.
Add a site_name template parameter available to all templates.
Diffstat (limited to 'templates/web/base/admin/index.html')
-rw-r--r-- | templates/web/base/admin/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/index.html b/templates/web/base/admin/index.html index a68df01d9..8c49a5685 100644 --- a/templates/web/base/admin/index.html +++ b/templates/web/base/admin/index.html @@ -2,7 +2,7 @@ [% PROCESS 'admin/report_blocks.html' %] <div class="fms-admin-info fms-admin-floated"> -This is the administration interface for [% PROCESS 'site-name.html' -%]. If you +This is the administration interface for [% site_name %]. If you need any help or guidance, there is <a href="http://fixmystreet.org/">plenty of online documentation</a>. The FixMyStreet Platform is <a href="https://github.com/mysociety/fixmystreet">actively supported</a> by |