-
-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: no applicant email #5199
bug: no applicant email #5199
Conversation
try: | ||
send_mail( | ||
from_email, | ||
to_email, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesn't need to be a param on the fnc ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you are right, got confused with the "render" .
Codecov Report
@@ Coverage Diff @@
## master #5199 +/- ##
==========================================
- Coverage 30.78% 30.75% -0.04%
==========================================
Files 221 221
Lines 17829 17827 -2
Branches 2464 2463 -1
==========================================
- Hits 5489 5483 -6
- Misses 12114 12118 +4
Partials 226 226
Continue to review full report at Codecov.
|
6293275
to
2bbf982
Compare
Description
Looks like there are a couple of undefined variables which needed to be fixed!
render_no_applicant_reminder
takes only one argument as shown herelive
is not defined anywhere so it would not work