Don't broadcast curation rejects
This commit is contained in:
parent
fea298a1de
commit
98ff66cd16
2 changed files with 3 additions and 3 deletions
|
@ -168,7 +168,7 @@ class Curate(View):
|
|||
suggestion.approved = True
|
||||
suggestion.save()
|
||||
else:
|
||||
suggestion.delete()
|
||||
suggestion.delete(broadcast=False)
|
||||
return redirect("list-curate", book_list.id)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue