Fix redirect
This commit is contained in:
parent
cff35798a7
commit
fdc2bcecc1
1 changed files with 1 additions and 1 deletions
|
@ -38,4 +38,4 @@ def new_form_comment():
|
||||||
logger.exception("new comment failure")
|
logger.exception("new comment failure")
|
||||||
abort(400)
|
abort(400)
|
||||||
|
|
||||||
return redirect('/redirect', code=302)
|
return redirect('/redirect/', code=302)
|
Loading…
Add table
Reference in a new issue