Skip to content

Commit

Permalink
added process link to email
Browse files Browse the repository at this point in the history
  • Loading branch information
gregv committed Aug 11, 2024
1 parent c37cac0 commit 0c81e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/messages/messages_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,6 @@ def send_nonprofit_welcome_email(organization_name, contact_name, email):
TODO: Add these pages and then move these down into the email we send
<li><a href="{add_utm('https://ohack.dev/nonprofits/dashboard', content=image_utm_content)}">Access Your Nonprofit Dashboard</a> - Track your project's progress</li>
<li><a href="{add_utm('https://ohack.dev/about/process', content=image_utm_content)}">Understanding Our Process</a> - Learn how we match you with volunteers</li>
<li><a href="{add_utm('https://ohack.dev/nonprofits/resources', content=image_utm_content)}">Nonprofit Resources</a> - Helpful guides for working with tech teams</li>
<li><a href="{add_utm('https://ohack.dev/nonprofits/success-stories', content=image_utm_content)}">Success Stories</a> - See how other nonprofits have benefited</li>
Expand Down Expand Up @@ -1024,6 +1023,7 @@ def send_nonprofit_welcome_email(organization_name, contact_name, email):
<h2 style="color: #0088FE;">What's Next?</h2>
<ul>
<li><a href="{add_utm('https://ohack.dev/office-hours', content=image_utm_content)}">Join our weekly Office Hours</a> - Get your questions answered</li>
<li><a href="{add_utm('https://ohack.dev/about/process', content=image_utm_content)}">Understanding Our Process</a> - Learn how we match you with volunteers</li>
<li><a href="{add_utm('https://ohack.dev/nonprofits', content=image_utm_content)}">Explore Nonprofit Projects</a> - See what we've worked on</li>
</ul>
Expand Down

0 comments on commit 0c81e5c

Please sign in to comment.