Changeset - 14d127a122af
[Not reviewed]
0 1 0
Luke Hatcher - 11 years ago 2012-12-20 06:50:07
lukeman@gmail.com
bulk accept fix
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion/reviews/views.py
Show inline comments
...
 
@@ -372,7 +372,7 @@ def review_bulk_accept(request, section_slug):
 
            for talk in talks:
 
                talk.result.status = "accepted"
 
                talk.result.save()
 
            return redirect("review_list")
 
            return redirect("review_section", section_slug=section_slug)
 
    else:
 
        form = BulkPresentationForm()
 
    
0 comments (0 inline, 0 general)