mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2024-12-29 10:56:10 +00:00
Forgor to update group page
This commit is contained in:
parent
5f4084d512
commit
d1b3afdb22
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue