diff options
author | Struan Donald <struan@exo.org.uk> | 2012-02-03 18:05:27 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-02-03 18:05:27 +0000 |
commit | 4fdc984cfb4428645cf3042f71f90558dae5b95a (patch) | |
tree | 883c00115ee97bd9a0c89339f0204ad95e79b973 | |
parent | 58948ded7a5411372c89907506794c8869989db2 (diff) | |
parent | 5e24b92809ca8b0d3ac17c90f6cd2f6594c2062a (diff) |
Merge remote-tracking branch 'origin/master'
-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"> |