Forgor to update group page

This commit is contained in:
Michał 2023-04-06 21:48:10 +00:00
parent 5f4084d512
commit d1b3afdb22

View file

@ -136,4 +136,5 @@ def group_post(group_id, image_id):
if prev_url:
prev_url = url_for('group.group_post', group_id=group_id, image_id=prev_url[0])
return render_template('image.html', image=image, next_url=next_url, prev_url=prev_url)
return render_template('image.html', image=image, next_url=next_url,
prev_url=prev_url, return_page=0)