summaryrefslogtreecommitdiff
path: root/public/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'public/views.py')
-rw-r--r--public/views.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/public/views.py b/public/views.py
index 910b6c2d..6861cf62 100644
--- a/public/views.py
+++ b/public/views.py
@@ -72,8 +72,6 @@ def download(request):
context = {
'release': release,
- 'releng_iso_url': settings.ISO_LIST_URL,
- 'releng_pxeboot_url': settings.PXEBOOT_URL,
'mirror_urls': _mirror_urls,
}
return render(request, 'public/download.html', context)