You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there is a link after "Project Link:" but it's not clickable
For example an email might look like this:
<span>You have registered to receive notification on new projects. A new p=
roject has been created.</span>
<br />
<br />
Project
<ul>
<li>Project Name: <span>Title</span></li>
<li>Project Link: <span>https://app.code4socialgood.org/project/view/00000
</span></li>
<li>Project Description: <span>Description</span></li>
</ul>
Since the emails are already using html it may be easy to add an "a" tag there right?
The text was updated successfully, but these errors were encountered:
Right now there is a link after "Project Link:" but it's not clickable
For example an email might look like this:
Since the emails are already using html it may be easy to add an "a" tag there right?
The text was updated successfully, but these errors were encountered: