Skip to content

Commit

Permalink
Merge pull request #253 from northwesternfintech/web-app
Browse files Browse the repository at this point in the history
Add graduation year to email
  • Loading branch information
stevenewald authored Sep 15, 2024
2 parents 873a2ce + 7951a21 commit 87392df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function GenerateApplicationEmail(user: User, profile: Profile) {
<li>Last Name: ${profile.lastName}</li>
<li>Email: ${user.email}</li>
<li>School: ${profile.school}</li>
<li>Graduation Year: ${profile.about}</li>
<li>Graduation Year: ${profile.year}</li>
<li><a href=${resume_link}>Resume</a></li>
<li><a href="${accept_link}">Accept</a></li>
<li><a href="${deny_link}">Deny</a></li>
Expand Down

0 comments on commit 87392df

Please sign in to comment.