combine browser configuration with post-install guide and update some screenshots

This commit is contained in:
hankhill19580
2020-01-31 18:46:51 +00:00
parent 506126f05b
commit f28dbbe3a4
11 changed files with 161 additions and 148 deletions

View File

@@ -79,6 +79,9 @@ def downloads_firefox():
def downloads_lab():
return render_template('downloads/lab.html')
def downloads_config():
return render_template('downloads/config.html')
# Specific file downloader
def downloads_select(version, file):
mirrors=read_mirrors()