diff options
author | Thomas Bächler <thomas@archlinux.org> | 2016-06-03 13:52:03 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2016-06-03 22:28:27 +0200 |
commit | b246b751dc44c16f1edd2f5dd53822c3d377e1a2 (patch) | |
tree | 31568bc0978395b4d2ef2403ce618213b83d21ea /public | |
parent | 042763555885986a64c06e340b98da595f27d0e1 (diff) |
Add information and ipxe images for the new netboot system
Diffstat (limited to 'public')
-rw-r--r-- | public/views.py | 2 |
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) |