aboutsummaryrefslogtreecommitdiffstats
path: root/torouterui/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'torouterui/views.py')
-rw-r--r--torouterui/views.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/torouterui/views.py b/torouterui/views.py
index d3daf77..418c391 100644
--- a/torouterui/views.py
+++ b/torouterui/views.py
@@ -33,6 +33,10 @@ def statuspage():
status['tor'] = tor.get_tor_status()
return render_template('home.html', settings=None, status=status)
+@app.route('/about/')
+def aboutpage():
+ return render_template('about.html')
+
@app.route('/reboot/', methods=['GET', 'POST'])
def rebootpage():
msg = list()