add a Lab page, not linked to from anywhere yet

This commit is contained in:
zab2
2019-02-11 20:55:09 +00:00
parent 88bf851e7f
commit 02005d19de
5 changed files with 42 additions and 0 deletions

View File

@@ -75,6 +75,10 @@ def downloads_firefox():
def_mirror = DEFAULT_MIRROR
return render_template('downloads/firefox.html', def_mirror=def_mirror)
# The Lab
def downloads_lab():
return render_template('downloads/lab.html')
# Specific file downloader
def downloads_select(version, file):
mirrors=read_mirrors()