This commit is contained in:
Yax 2017-11-18 18:38:54 +01:00
parent d7f8933f77
commit 3e15b83d2a

View file

@ -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)