This commit is contained in:
Paul Tagliamonte 2012-12-30 19:35:30 -05:00
parent ec1bd2ba1f
commit 3a708add3b

View File

@ -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']