summaryrefslogtreecommitdiff
path: root/public/views.py
diff options
context:
space:
mode:
authorAngel Velasquez <angvp@archlinux.org>2016-06-03 17:34:07 -0300
committerAngel Velasquez <angvp@archlinux.org>2016-06-03 17:34:07 -0300
commitedd9f77dbadbe80c49722fcf021f719443164782 (patch)
tree18a4161c6e2b83446c3329d8d5c1537d1867ccf5 /public/views.py
parent042763555885986a64c06e340b98da595f27d0e1 (diff)
parent1d672ecc7c05ce3930f3cc74b8860450c5183e32 (diff)
Merge pull request #3 from brain0/working
archweb netboot and sponsorship updates
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)