Don't send an email if the ad was already rejected

This commit is contained in:
David Wick
2015-11-05 09:24:34 -08:00
parent 6c1c1c04a5
commit 7d22a3fa86

View File

@@ -667,6 +667,9 @@ def review_fraud(link, is_fraud):
def reject_promotion(link, reason=None, notify_why=True):
if is_rejected(link):
return
was_live = is_promoted(link)
update_promote_status(link, PROMOTE_STATUS.rejected)
if reason: