bulk accept fix
This commit is contained in:
parent
2a68242a54
commit
14d127a122
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ def review_bulk_accept(request, section_slug):
|
||||||
for talk in talks:
|
for talk in talks:
|
||||||
talk.result.status = "accepted"
|
talk.result.status = "accepted"
|
||||||
talk.result.save()
|
talk.result.save()
|
||||||
return redirect("review_list")
|
return redirect("review_section", section_slug=section_slug)
|
||||||
else:
|
else:
|
||||||
form = BulkPresentationForm()
|
form = BulkPresentationForm()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue