Fixed bug with Debian page

This commit is contained in:
str4d
2013-02-06 11:37:32 +00:00
parent f60f21ce51
commit b37bcd8df2

View File

@ -39,7 +39,7 @@ def downloads_list():
# Specific file downloader
def downloads_select(file):
if (file == 'debian'):
return render_template('downloads/debian.html')
return render_template('downloads/debian.html', file=file)
mirrors=read_mirrors()
data = {
'version': CURRENT_I2P_VERSION,