aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/seesomething/report/new/fill_in_details_form.html41
1 files changed, 2 insertions, 39 deletions
diff --git a/templates/web/seesomething/report/new/fill_in_details_form.html b/templates/web/seesomething/report/new/fill_in_details_form.html
index 4b8880ab1..659fadd04 100644
--- a/templates/web/seesomething/report/new/fill_in_details_form.html
+++ b/templates/web/seesomething/report/new/fill_in_details_form.html
@@ -1,44 +1,7 @@
<div id="report-a-problem-main">
+ <p>Click and drag on the map to reposition the pin.</p>
<h1>[% loc('Reporting a problem') %]</h1>
- [% IF js %]
- <p id="councils_text">
- [%
- tprintf(
- loc('All the information you provide here will be sent to <strong>%s</strong>.'),
- loc('the local council')
- );
- %]
- [% loc('The subject and details of the problem will be public, plus your name if you give us permission.') %]
- </p>
- [% ELSE %]
- [% PROCESS 'report/new/councils_text.html' %]
- [% END %]
-
- [% IF c.cobrand.moniker != 'fixmybarangay' || ( c.user && c.user.from_council ) %]
- <div id="report-a-problem-sidebar">
- <!--
- The text for this section needs checking, but I can't work out which bit comes from where
- -->
- <div class="sidebar-tips">
- [% IF report.used_map %]
- [% IF partial_token %]
- <p id="unknown">[% loc('Please note your report has <strong>not yet been sent</strong>. Choose a category and add further information below, then submit.') %]</p>
- [% END %]
- <p>[% loc('You have located the problem at the point marked with a green pin on the map. If this is not the correct location, simply click on the map again. ') %]</p>
- [% END %]
-
- <p>
- [% IF report.used_map %]
- [% INCLUDE 'report/new/fill_in_details_text.html' %]
- [% ELSE %]
- [% loc('Please fill in the form below with details of the problem, and describe the location as precisely as possible in the details box.') %]
- [% END %]
- </p>
- </div>
-
- </div>
- [% END %]
[% INCLUDE 'errors.html' %]
<fieldset>
@@ -46,7 +9,6 @@
[% INCLUDE 'report/new/form_heading.html' %]
-
[% IF field_errors.council %]
<p class='form-error'>[% field_errors.council %]</p>
[% END %]
@@ -107,6 +69,7 @@
<input type="file" name="photo" id="form_photo">
[% END %]
+ <h2>Personal Details:</h2>
<label for="form_name">[% loc('Name (optional)') %]</label>
[% IF field_errors.name %]