aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Copeland <ben.copeland@linaro.org>2018-01-23 15:49:13 +0000
committerBenjamin Copeland <ben.copeland@linaro.org>2018-01-23 16:08:39 +0000
commit8432c18ba09d20ce9b6f7c6719caa715ce7a9db7 (patch)
treed8003dbdd06bb67991d3bb79142faaf15e94206c
parente30401f1e32bdb47da36fdbea66b56db50e9462d (diff)
URLS: Add missing view
Our reports page is missing this view on the import. Change-Id: I30e0cef2ff97c612ba538684a8ade400f24e1d1f Reviewed-on: https://review.linaro.org/23523 Reviewed-by: Benjamin Copeland <ben.copeland@linaro.org>
-rw-r--r--urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index b396640..c2ad964 100644
--- a/urls.py
+++ b/urls.py
@@ -18,6 +18,8 @@ from license_protected_downloads.views import (
as get_textile_files_views,
reports
as reports_views,
+ reports_month_downloads
+ as reports_month_downloads_views,
reports_month_file_downloads
as reports_month_file_downloads_views,
reports_month_country