diff options
author | Steven Day <steve@mysociety.org> | 2015-08-21 15:30:22 +0100 |
---|---|---|
committer | Steven Day <steve@mysociety.org> | 2015-08-25 09:25:45 +0100 |
commit | 992ee8a08f18459cff7f68ef1f120920777027fb (patch) | |
tree | 9e0169085bd0922bd766e54dcb5c5c46a88b5627 | |
parent | 22c568ac9f49584afe3419f8307d784c0f320762 (diff) |
[Greenwich] Remove uneeded _problems-list.html template
-rw-r--r-- | templates/web/greenwich/reports/_problem-list.html | 19 |
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 %] |