aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/default/reports/new/fill_in_details.html18
1 files changed, 5 insertions, 13 deletions
diff --git a/templates/web/default/reports/new/fill_in_details.html b/templates/web/default/reports/new/fill_in_details.html
index a87de6640..f0979439f 100644
--- a/templates/web/default/reports/new/fill_in_details.html
+++ b/templates/web/default/reports/new/fill_in_details.html
@@ -4,17 +4,6 @@
<h1>[% loc('Reporting a problem') %]</h1>
-
-<!-- my @councils = keys %council_ok;
-my $details;
-if (@councils == scalar keys %$all_councils) {
- $details = 'all';
-} elsif (@councils == 0) {
- $details = 'none';
-} else {
- $details = 'some';
-} -->
-
[% IF area_ids_to_list.size == 0 %]
[% INCLUDE 'reports/new/no_councils_text.html' %]
<input type="hidden" name="council" value="-1">
@@ -23,10 +12,13 @@ if (@councils == scalar keys %$all_councils) {
<input type="hidden" name="council" value="[% all_councils.keys.join(',') %]">
[% ELSE %]
[% INCLUDE 'reports/new/some_councils_text.html' %]
- <input type="hidden" name="council" value="[% area_ids_to_list.join(',') %]|[% missing.join(',') %]">';
-
+ <input type="hidden" name="council" value="[% area_ids_to_list.join(',') %]|[% missing.join(',') %]">
[% END %]
+
+
+
+
<p>FORM</p>