Skip to content

Commit

Permalink
Merge pull request #663 from Gary-Community-Ventures/refactor/update_…
Browse files Browse the repository at this point in the history
…email_link

Update email link
  • Loading branch information
CalebPena authored Dec 13, 2024
2 parents 4e714bb + 6f496f7 commit 13ac5c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configuration/white_labels/co.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def get_white_label(self) -> WhiteLabel:
"_label": "referralOptions.fircsummitresourcecenter",
"_default_message": "FIRC Summit Resource Center",
},
"ccig": "Colorado Community Insight Group",
"ccig": "Colorado Design Insight Group",
"eaglecounty": "Eagle County",
"searchEngine": {"_label": "referralOptions.searchEngine", "_default_message": "Google or other search engine"},
"socialMedia": {"_label": "referralOptions.socialMedia", "_default_message": "Social Media"},
Expand Down
2 changes: 1 addition & 1 deletion integrations/services/communications/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def _cell_client(self):
return Client(self.cell_account_sid, self.cell_auth_token)

def _generate_link(self):
return f"{self.front_end_domain}/{self.screen.uuid}/results"
return f"{self.front_end_domain}/{self.screen.white_label.code}/{self.screen.uuid}/results"

def log(self, type: Literal["emailScreen", "textScreen"]):
self.screen.last_email_request_date = timezone.now()
Expand Down

0 comments on commit 13ac5c4

Please sign in to comment.