Commit e6b5cc9e by Douglas Hall Committed by GitHub

Merge pull request #13485 from eduNEXT/edunext/fmo/unifying_helper_keys

Unifying calls to helper values
parents 134e764c 0dda85d7
......@@ -1105,7 +1105,7 @@ class SubmitPhotosView(View):
subject = _("Verification photos received")
message = render_to_string('emails/photo_submission_confirmation.txt', context)
from_address = configuration_helpers.get_value('default_from_email', settings.DEFAULT_FROM_EMAIL)
from_address = configuration_helpers.get_value('email_from_address', settings.DEFAULT_FROM_EMAIL)
to_address = user.email
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment