diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-02-03 11:09:19 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-02-03 11:09:19 +0000 |
commit | 5e24b92809ca8b0d3ac17c90f6cd2f6594c2062a (patch) | |
tree | e0588f7045862ba0638933034e1872ef07cf8732 | |
parent | 491e67629bccaa9aec4003108f268c89b8a14407 (diff) |
Warning message on council contacts page.
-rw-r--r-- | templates/web/default/admin/council_contacts.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/web/default/admin/council_contacts.html b/templates/web/default/admin/council_contacts.html index 75d915a29..acfec3ed4 100644 --- a/templates/web/default/admin/council_contacts.html +++ b/templates/web/default/admin/council_contacts.html @@ -1,8 +1,10 @@ [% INCLUDE 'admin/header.html' title=tprintf(loc('Council contacts for %s'), council_name) -%] +[% IF updated %] <p> <em>[% updated %]</em> </p> +[% END %] <p> [% IF example_pc %] @@ -16,7 +18,10 @@ <h2> Council contacts configured via Open311 </h2> +[% END %] +[% IF c.cobrand.moniker == 'fixmystreet' %] +<p class="error">Do not give these out except to people at the council.</p> [% END %] <form method="post" action="[% c.uri_for('council_contacts', area_id ) %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8"> |