Skip to content

Commit

Permalink
Added success stories to nonprofit application welcome email
Browse files Browse the repository at this point in the history
  • Loading branch information
gregv committed Aug 11, 2024
1 parent 0c81e5c commit 0829755
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/messages/messages_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,6 @@ def send_nonprofit_welcome_email(organization_name, contact_name, email):
<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/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>
<li><a href="{add_utm('https://ohack.dev/nonprofits/project-submission', content=image_utm_content)}">Submit or Update Your Project</a></li>
<li><a href="{add_utm('https://ohack.dev/nonprofits/volunteer-communication', content=image_utm_content)}">Tips for Communicating with Volunteers</a></li>
Expand Down Expand Up @@ -1029,7 +1028,7 @@ def send_nonprofit_welcome_email(organization_name, contact_name, email):
<h2 style="color: #0088FE;">Important Links:</h2>
<ul>
<li><a href="{add_utm('https://www.ohack.dev/about/success-stories', content=image_utm_content)}">Success Stories</a> - See how other nonprofits have benefited</li>
<li><a href="{add_utm('https://www.ohack.dev/hack', content=image_utm_content)}">Upcoming Hackathons and Events</a></li>
</ul>
Expand Down

0 comments on commit 0829755

Please sign in to comment.