Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
odenypeter committed Nov 8, 2023
1 parent a8228d0 commit f51b9ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions templates/email/coreuser/invitation.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ <h1 style="text-align: center;"><span style="color: #151f56;"><strong><span styl
<tbody>
<tr style="height: 20px;">
<td style="font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18pt; padding: 12pt; background-color: #ff9f00; color: #ffffff; font-weight: bold; text-align: center;">
<a href="{{ invitation_link }}" target="_blank" style="font-weight: bold; letter-spacing: normal; line-height: 100%; text-align: center; text-decoration: none; color: #ffffff;">Accept invitation</a><br>
or copy link: <a href="{{ invitation_link }}">{{ invitation_link }}</a>
<a href="{{ invitation_link }}" target="_blank" style="font-weight: bold; letter-spacing: normal; line-height: 100%; text-align: center; text-decoration: none; color: #ffffff;">My Profile</a><br>
</td>
</tr>
<tr>
<p><span style="color: #737581; font-size: 12pt; font-family: roboto,helvetica neue,helvetica,arial,sans-serif;"><i>Or copy the link: </i></span></p> <br>
<p><a href=""><span style="color: #737581; font-size: 8pt; font-family: roboto,helvetica neue,helvetica,arial,sans-serif;">{{ invitation_link }}</span></a></p>
</tr>
</tbody>
</table>
<table align="center" style="width: 719px;">
Expand Down

0 comments on commit f51b9ce

Please sign in to comment.