Skip to content

Commit

Permalink
add special char chooser .html file and some js
Browse files Browse the repository at this point in the history
  • Loading branch information
kajigga committed May 13, 2016
1 parent af19a0a commit 765f536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Expand Up @@ -73,7 +73,7 @@ def error(*args, **kwargs):
@app.route('/lti/launch/<tool_id>', methods=['POST'])
@lti(error=error, request='initial')
def first_lti_launch(lti, tool_id=None, *args, **kwargs):
return redirect(url_for('special_chars', _scheme='https', _external=True))
return redirect(url_for('special_chars_choose', _scheme='https', _external=True))



Expand Down

0 comments on commit 765f536

Please sign in to comment.