aboutsummaryrefslogtreecommitdiff
path: root/license_protected_downloads
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2015-12-03 15:22:48 -0600
committerAndy Doan <andy.doan+gerrit@linaro.org>2015-12-07 21:14:11 +0000
commitb6e08eb2c792998a991e960de10511bb90e2772d (patch)
tree56de8c3f5c18eb3c27884d316489d5f81f2173b3 /license_protected_downloads
parentc24fc81128566758d0a878e4ed319421fee59943 (diff)
reports: Use jquery datatables for better functionality
This adds back some functionality we have in the current weblogs for sorting/filtering data in the browser. While doing this, I noticed there was no need for report_geo_details.html as its nearly identical to report_downloads.html. Change-Id: I1540fc992b2aa0ef0b6ab950541cf362e8be81fa Reviewed-on: https://review.linaro.org/9445 Reviewed-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Diffstat (limited to 'license_protected_downloads')
-rw-r--r--license_protected_downloads/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/license_protected_downloads/views.py b/license_protected_downloads/views.py
index de4f524..8d3e553 100644
--- a/license_protected_downloads/views.py
+++ b/license_protected_downloads/views.py
@@ -386,7 +386,7 @@ def _geo_details(request, year_month, column, value):
'year_month': year_month,
'downloads': downloads,
}
- return render(request, 'report_geo_details.html', args)
+ return render(request, 'report_downloads.html', args)
def reports_month_country_details(request, year_month, country):