# HG changeset patch # User cavaliet # Date 1412863188 -7200 # Node ID e72d0e847d5d93864b561263fe3c4ecc46cf8772 # Parent 813fec862542d4a1231e031548bf95c3a87a92f1 routes diff -r 813fec862542 -r e72d0e847d5d annot-server/webapp.py --- 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) diff -r 813fec862542 -r e72d0e847d5d client/app/annotationclient.html --- a/client/app/annotationclient.html Thu Oct 09 15:25:56 2014 +0200 +++ b/client/app/annotationclient.html Thu Oct 09 15:59:48 2014 +0200 @@ -38,7 +38,7 @@
ENVOYER
-la catégorie saisie - {{ myvar }} -
+la catégorie saisie