Aug 6 - Update enrollment page, correct confirmation email
This commit is contained in:
@@ -120,6 +120,13 @@ def recommendation_map():
|
||||
return {role: recommendation_for(role) for role in ROLE_KEYS}
|
||||
|
||||
|
||||
#: Where a customer should write if their submission needs correcting. The
|
||||
#: confirmation email is sent FROM the unmonitored no-reply identity
|
||||
#: (branded_sender), so "reply to this email" would go nowhere — point them
|
||||
#: here instead. Used by both the text and HTML bodies of the confirmation.
|
||||
CORRECTIONS_EMAIL = 'da.nguyen8744@gmail.com'
|
||||
|
||||
|
||||
NOTES = [
|
||||
'Each user will receive instructions on how to sign up and install the app '
|
||||
'on their smart device.',
|
||||
|
||||
Reference in New Issue
Block a user