diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-21 11:22:05 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-21 11:22:05 +0100 |
commit | 9191cd8a75ab796553534c88caaf40214d4c7f4c (patch) | |
tree | f6df2ac7e055aeef558a9dee5cca981ea3acd506 | |
parent | e9475bd7f2af04aacc40e44fde7394092a2731ae (diff) |
Text on update form, YR13.
-rw-r--r-- | templates/web/bromley/report/display.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/templates/web/bromley/report/display.html b/templates/web/bromley/report/display.html index c1a938b71..1067da68a 100644 --- a/templates/web/bromley/report/display.html +++ b/templates/web/bromley/report/display.html @@ -60,12 +60,6 @@ <div id="update_form"> <h2>[% loc( 'Provide an update') %]</h2> - [% IF c.cobrand.moniker != 'emptyhomes' %] - <div class="general-sidebar-notes"> - <p>If you leave your name it will be public. Your information will only be used in accordance with our <a href="/faq#privacy">privacy policy</a></p> - </div> - [% END %] - [% INCLUDE 'errors.html' %] <form method="post" action="[% c.uri_for( '/report/update' ) %]" name="updateForm" class="validate"[% IF c.cobrand.allow_photo_upload %] enctype="multipart/form-data"[% END %]> @@ -79,6 +73,11 @@ [% END %] <textarea rows="7" cols="30" name="update" id="form_update" placeholder="[% loc('Please write your update here') %]" required>[% update.text | html %]</textarea> + <div class="general-sidebar-notes"> + <p>Please note this comments box can only be used for this report. + <br><a href="https://fix.bromley.gov.uk/">Report a different issue</a> + </div> + [% IF c.user && c.user.belongs_to_council( problem.council ) %] <label for="form_state">[% loc( 'State' ) %]</label> <select name="state" id="form_state"> @@ -174,6 +173,9 @@ </div> [% END %] + + <p>Your information will only be used in accordance with our <a href="/faq#privacy">privacy policy</a>.</p> + </fieldset> </form> </div> |