summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/views.py b/public/views.py
index 4051261..8fb60c7 100644
--- a/public/views.py
+++ b/public/views.py
@@ -63,6 +63,7 @@ def download(request):
)
context = {
'releng_iso_url': settings.ISO_LIST_URL,
+ 'releng_pxeboot_url': settings.PXEBOOT_URL,
}
return list_detail.object_list(request,
qset.order_by('mirror__country', 'mirror__name', 'protocol'),