diff options
Diffstat (limited to 'templates/web/base/admin/index.html')
-rw-r--r-- | templates/web/base/admin/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/web/base/admin/index.html b/templates/web/base/admin/index.html index ad5932d97..17f7bd22a 100644 --- a/templates/web/base/admin/index.html +++ b/templates/web/base/admin/index.html @@ -1,5 +1,16 @@ [% INCLUDE 'admin/header.html' title=loc('Summary') -%] +<div class="fms-admin-info fms-admin-floated"> +This is the administration interface for [% c.cobrand.site_title %]. 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 +its developers, and has a community of people using or working on the code. +Please <a href="http://fixmystreet.org/community/">sign up to the mailing list +or get in touch</a> to let us know about your use of the FixMyStreet Platform, +and to receive notices of updates. +</div> + [% IF total_bodies == 0 %] <p class="fms-admin-info"> [% loc('Currently no bodies have been created.') %] |