1
1
Fork 0

Last msg de-debug

master
Jan Kužílek 5 years ago
parent a87297f968
commit 0ae27c7e9e

@ -104,7 +104,7 @@ def post_show(id):
@login_required
def comment():
form = CommentForm(request.form)
flash(str(request.form))
#flash(str(request.form))
if form.validate():
if form.create.data:
el = Comment(content=form.content.data.strip(), post_id=form.post_id.data, user=current_user)

Loading…
Cancel
Save