summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views.py b/public/views.py
index a85d738..e149d92 100644
--- a/public/views.py
+++ b/public/views.py
@@ -75,7 +75,7 @@ def download(request):
'releng_pxeboot_url': settings.PXEBOOT_URL,
}
return list_detail.object_list(request,
- qset.order_by('mirror__country', 'mirror__name', 'protocol'),
+ qset.order_by('mirror__country_old', 'mirror__name', 'protocol'),
template_name="public/download.html",
template_object_name="mirror_url",
extra_context=context)