diff options
author | Angel Velasquez <angvp@archlinux.org> | 2016-06-03 17:34:07 -0300 |
---|---|---|
committer | Angel Velasquez <angvp@archlinux.org> | 2016-06-03 17:34:07 -0300 |
commit | edd9f77dbadbe80c49722fcf021f719443164782 (patch) | |
tree | 18a4161c6e2b83446c3329d8d5c1537d1867ccf5 /public | |
parent | 042763555885986a64c06e340b98da595f27d0e1 (diff) | |
parent | 1d672ecc7c05ce3930f3cc74b8860450c5183e32 (diff) |
Merge pull request #3 from brain0/working
archweb netboot and sponsorship updates
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) |