aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/report/_main.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/report/_main.html')
-rw-r--r--templates/web/default/report/_main.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/templates/web/default/report/_main.html b/templates/web/default/report/_main.html
deleted file mode 100644
index 0124052c0..000000000
--- a/templates/web/default/report/_main.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<div class="problem-header cf">
- <h1>[% problem.title | html %]</h1>
-
- <p><em>
- [% problem.meta_line(c) | html %]
- [%- IF !problem.used_map AND c.cobrand.moniker != 'emptyhomes' %]; <strong>[% loc('there is no pin shown as the user did not use the map') %]</strong>[% END %]
- [% IF problem.bodies_str %]
- [% INCLUDE 'report/_council_sent_info.html' %]
- [% ELSE %]
- <br><small>[% loc('Not reported to council') %]</small>
- [% END %]
- </em></p>
- [% INCLUDE 'report/_support.html' %]
-
- [% IF c.cobrand.moniker == 'southampton' %]
- [% add_links( problem.detail ) | html_para %]
- [% INCLUDE 'report/photo.html' object=problem %]
- [% ELSE %]
- [% INCLUDE 'report/photo.html' object=problem %]
- [% add_links( problem.detail ) | html_para %]
- [% END %]
-
-</div>