aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Day <steve@mysociety.org>2015-06-23 15:52:25 +0100
committerSteven Day <steve@mysociety.org>2015-06-29 12:43:00 +0100
commita872be3a1a85c6ac81d8c3b68ca47562bb912e69 (patch)
treeadfa90f194020355fb9c2e7b1c2d5138a4054376
parent5b756abb1aa66f264564941d1df643afff0bac28 (diff)
Add filter elements to top of /reports and /my
These are not yet wired up
-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'