summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2014-03-09 11:58:51 -0500
committerDan McGee <dan@archlinux.org>2014-03-09 11:58:51 -0500
commit268317dd331bcdbe1c2828583034c0274a19eea3 (patch)
treed0a7f120ddd881a6f0ae12a2af7340c0d3b0e1ec /devel
parent697a2b15c1e402c1c624af1ffeaf5123d7fb0e9f (diff)
downloadarchweb-268317dd331bcdbe1c2828583034c0274a19eea3.tar.gz
archweb-268317dd331bcdbe1c2828583034c0274a19eea3.zip
Use localStorage to save/restore developer report filters
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'devel')
-rw-r--r--devel/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/views.py b/devel/views.py
index c53da668..972d0abb 100644
--- a/devel/views.py
+++ b/devel/views.py
@@ -201,6 +201,7 @@ def report(request, report_name, username=None):
context = {
'all_maintainers': maints,
'title': report.description,
+ 'report': report,
'maintainer': user,
'packages': report.packages(packages, username),
'arches': sorted(arches),