Fixed bug with Debian page
This commit is contained in:
@ -39,7 +39,7 @@ def downloads_list():
|
|||||||
# Specific file downloader
|
# Specific file downloader
|
||||||
def downloads_select(file):
|
def downloads_select(file):
|
||||||
if (file == 'debian'):
|
if (file == 'debian'):
|
||||||
return render_template('downloads/debian.html')
|
return render_template('downloads/debian.html', file=file)
|
||||||
mirrors=read_mirrors()
|
mirrors=read_mirrors()
|
||||||
data = {
|
data = {
|
||||||
'version': CURRENT_I2P_VERSION,
|
'version': CURRENT_I2P_VERSION,
|
||||||
|
Reference in New Issue
Block a user