diff options
Diffstat (limited to 'fossee_manim/send_mails.py')
-rw-r--r-- | fossee_manim/send_mails.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fossee_manim/send_mails.py b/fossee_manim/send_mails.py index 363a0ec..86f4bc4 100644 --- a/fossee_manim/send_mails.py +++ b/fossee_manim/send_mails.py @@ -103,6 +103,7 @@ def send_email(request, call_on, contributor=None, key=None, proposal=None): "Congratulations! Your Animation has been Accepted!", message, SENDER_EMAIL, [contributor.profile.user.email], fail_silently=True ) + """create a table and add the status as mail send""" elif call_on == 'rejected': message = dedent("""\ Dear {0}, |