I2P Browser pages update

This commit is contained in:
meeh
2019-07-23 19:17:59 +00:00
parent e10119c7cf
commit c27d79ae5f
7 changed files with 151 additions and 0 deletions

View File

@ -18,6 +18,18 @@ def browser_intro():
def browser_download():
return render_template('site/browser/download.html')
def browser_releasenotes():
return render_template('site/browser/releasenotes.html')
def browser_known_issues():
return render_template('site/browser/known_issues.html')
def browser_troubleshooting():
return render_template('site/browser/troubleshooting.html')
def browser_updating():
return render_template('site/browser/updating.html')
def browser_faq():
if request.headers.get('X-I2P-Desthash') and not request.headers.get('X-Forwarded-Server'):
show_i2p_links = True