--- a/annot-server/webapp.py Thu Oct 09 15:25:56 2014 +0200
+++ b/annot-server/webapp.py Thu Oct 09 15:59:48 2014 +0200
@@ -13,9 +13,15 @@
@app.route('/')
def page_home():
- return render_template('index.html')
+ return render_template('index.html')
+ #return render_template('annotationclient.html', logging=True)
@app.route('/annot')
def page_annot():
- return render_template('annot.html')
+ return render_template('annot.html')
+
+
+@app.route('/annotationclient')
+def page_annotationclient():
+ return render_template('annotationclient.html', logging=True)