summaryrefslogtreecommitdiff
path: root/public/views.py
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-11 17:13:02 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-11 17:13:02 -0500
commit422aaee026c57b65dda81b78b6a0f49263c6dd1e (patch)
tree6bc80bcb093ed2f0932d4469a4400ce293c94860 /public/views.py
parent464b8d1fa572ab57d41569d45ba94b771e0a5ced (diff)
parent83eea8e167e698f8f14ea2494837510404dc75ff (diff)
Merge branch 'archweb' into archweb-genericarchweb-generic
# Conflicts: # templates/public/download.html
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)