summaryrefslogtreecommitdiff
path: root/public/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'public/views.py')
-rw-r--r--public/views.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/public/views.py b/public/views.py
index eaa57343..13589a80 100644
--- a/public/views.py
+++ b/public/views.py
@@ -53,8 +53,7 @@ def download(request):
return list_detail.object_list(request,
qset.order_by('mirror__country', 'mirror__name', 'protocol'),
template_name="public/download.html",
- template_object_name="mirror_url",
- extra_context={"path": request.path})
+ template_object_name="mirror_url")
def feeds(request):
context = {