Commit 0dda85d7 by Felipe Montoya

Fixing the call to the same value used in all other calls in the codebase

parent 9d17d29c
......@@ -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