Aug 6 - Update enrollment page, correct confirmation email

This commit is contained in:
2026-08-06 12:24:08 -04:00
parent 548e262b2a
commit 264eeabd70
4 changed files with 16 additions and 6 deletions
+7
View File
@@ -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.',