Correction d'un bug lors du post d'un commentaire

This commit is contained in:
Darks 2019-12-10 00:24:53 +01:00
parent 6afb6085d1
commit b7930c96a4
Signed by: Darks
GPG Key ID: F61F10FA138E797C
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def forum_topic(f, t):
flash('Message envoyé', 'ok')
# Redirect to empty the form
return redirect(url_for('forum_topic', f=f, t=t))
return redirect(url_for('forum_topic', f=f, t=t, page="last"))
# Update views
t.views += 1