Skip to content

Commit

Permalink
Merge pull request #4127 from SaptakS/fix-email-admin
Browse files Browse the repository at this point in the history
Fixes the bounty acceptance email in admin
  • Loading branch information
thelostone-mc authored Apr 5, 2019
2 parents 33b9a8a + 4f62aa0 commit 55ec29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/retail/emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ def render_new_work_submission(to_email, bounty):
return response_html, response_txt


def render_new_bounty_acceptance(to_email, bounty, unrated_count):
def render_new_bounty_acceptance(to_email, bounty, unrated_count=0):
params = {
'bounty': bounty,
'unrated_count': unrated_count,
Expand Down

0 comments on commit 55ec29f

Please sign in to comment.