aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/base/reports/_list-filters.html0
-rwxr-xr-xtemplates/web/base/reports/body.html2
-rw-r--r--templates/web/fixmystreet/my/my.html2
3 files changed, 4 insertions, 0 deletions
diff --git a/templates/web/base/reports/_list-filters.html b/templates/web/base/reports/_list-filters.html
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/templates/web/base/reports/_list-filters.html
diff --git a/templates/web/base/reports/body.html b/templates/web/base/reports/body.html
index e1d1b359e..31d708917 100755
--- a/templates/web/base/reports/body.html
+++ b/templates/web/base/reports/body.html
@@ -84,6 +84,8 @@
</p>
[% END %]
+[% INCLUDE "reports/_list-filters.html", use_section_wrapper = 1 %]
+
[% INCLUDE 'pagination.html', param = 'p' %]
<section class="full-width">
diff --git a/templates/web/fixmystreet/my/my.html b/templates/web/fixmystreet/my/my.html
index 3944c2b1c..eaf521494 100644
--- a/templates/web/fixmystreet/my/my.html
+++ b/templates/web/fixmystreet/my/my.html
@@ -27,6 +27,8 @@
[% INCLUDE '_hart_hants_note.html' %]
[% END %]
+[% INCLUDE "reports/_list-filters.html", use_section_wrapper = 1 %]
+
[% INCLUDE 'pagination.html',
pager = problems_pager,
param = 'p'