aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Day <steve@mysociety.org>2015-08-21 15:30:22 +0100
committerSteven Day <steve@mysociety.org>2015-08-25 09:25:45 +0100
commit992ee8a08f18459cff7f68ef1f120920777027fb (patch)
tree9e0169085bd0922bd766e54dcb5c5c46a88b5627
parent22c568ac9f49584afe3419f8307d784c0f320762 (diff)
[Greenwich] Remove uneeded _problems-list.html template
-rw-r--r--templates/web/greenwich/reports/_problem-list.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/web/greenwich/reports/_problem-list.html b/templates/web/greenwich/reports/_problem-list.html
deleted file mode 100644
index 45746e309..000000000
--- a/templates/web/greenwich/reports/_problem-list.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<section class="full-width">
- [% INCLUDE column
- problems = problems.${body.id}
- %]
-</section>
-
-[% BLOCK column %]
- <ul class="issue-list-a">
- [% IF problems %]
- [% FOREACH problem IN problems %]
- [% INCLUDE 'reports/_list-entry.html' %]
- [% END %]
- [% ELSE %]
- <li class="empty">
- <p>[% loc('There are no reports to show.') %]</p>
- </li>
- [% END %]
- </ul>
-[% END %]