From 3a708add3bcca5adb731d064a93958557d9a7f24 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Sun, 30 Dec 2012 19:35:30 -0500 Subject: [PATCH] things --- demo/app.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/demo/app.py b/demo/app.py index d881419..e6b6a69 100644 --- a/demo/app.py +++ b/demo/app.py @@ -12,11 +12,6 @@ def index(): return render_template('index.html') -@app.route('/popup') -def popup(): - return render_template('popover.html') - - @app.route('/translate', methods=['POST']) def translate(): lines = request.form['code']