Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions templates/emails/incorrect_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,20 @@
If you haven’t already done so, please re-register here using a valid email address.
</p>

<p style="{{ p_center_style }}">
<a href="{{ register_url }}" style="{{ a_style }}" target="_blank" rel="noopener noreferrer">BioCommons Access registration</a>
</p>
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: 24px auto">
<tr>
<td align="center">
<a
href="{{ register_url }}"
target="_blank"
rel="noopener noreferrer"
style="display: inline-block; background-color: #171717; color: #ffffff; font-weight: 600; padding: 12px 18px; line-height: 20px; border-radius: 8px; text-decoration: none; font-size: 14px;"
>
BioCommons Access registration
</a>
</td>
</tr>
</table>

<p style="{{ p_style }}">
If the button doesn't work, you can copy and paste the URL into your browser.
Expand Down