aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-11-19 15:12:27 +0000
committerMatthew Somerville <matthew@mysociety.org>2014-11-19 15:22:00 +0000
commitbb07940e9e3d6d80bd6af9d18ead285cdcdb26f2 (patch)
tree989e4db0e59967aca9545fe8d96e6ef977a6f780 /templates
parenta8f45b97bd0b91f714ff77fa9d3fbdf0e6981a15 (diff)
Add encouraging message about help to admin front.
Fixes #929. Also move admin hint CSS to base CSS, not just layout.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/admin/index.html11
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.') %]