mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 11:31:08 +00:00
Fixes args in list view redirect
This commit is contained in:
parent
4e9fad2091
commit
219f78755f
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ def set_book_position(request, list_item_id):
|
|||
list_item.order = int_position
|
||||
list_item.save()
|
||||
|
||||
return redirect_to_referer(request, default=book_list.local_path)
|
||||
return redirect_to_referer(request, book_list.local_path)
|
||||
|
||||
|
||||
@transaction.atomic
|
||||
|
|
Loading…
Reference in a new issue