diff options
-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 %] |