diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-04-17 09:54:29 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-04-17 09:54:29 +0100 |
commit | 5355675969efec468d9713bdd45ff59baceae086 (patch) | |
tree | c5ec3c6d3792cf253fb3a46b74f75fc98d518396 | |
parent | bc178c10b47e7c01bc7dda9c59f1ba6f93c6de53 (diff) |
Move notes out of way for now, text tweak.
-rw-r--r-- | templates/web/bromley/report/new/fill_in_details_form.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/web/bromley/report/new/fill_in_details_form.html b/templates/web/bromley/report/new/fill_in_details_form.html index d736057bd..8fd65584e 100644 --- a/templates/web/bromley/report/new/fill_in_details_form.html +++ b/templates/web/bromley/report/new/fill_in_details_form.html @@ -7,7 +7,7 @@ loc('the local council') ); %] - [% loc('The subject and details of the problem will be public, plus your name if you give us permission.') %] + Details of the problem will be public, plus your name if you give us permission. </p> [% ELSE %] [% PROCESS 'report/new/councils_text.html' %] @@ -34,10 +34,6 @@ </p> </div> - <div class="sidebar-notes"> - [% INCLUDE 'report/new/notes.html' %] - </div> - </div> [% INCLUDE 'errors.html' %] @@ -220,6 +216,10 @@ </div> </fieldset> + <div class="sidebar-notes"> + [% INCLUDE 'report/new/notes.html' %] + </div> + [% IF partial_token %] <input type="hidden" name="partial" value="[% partial_token.token %]"> [% END %] |