Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions authentication/templates/emails/activation_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@
<tbody>
<tr>
<td align="left" class="general-text" style="font-size:0px;padding:10px 25px;word-break:break-word;">
<div style="font-family:Diatype Variable, Diatype, Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:rgba(22, 28, 34, 1);">Hello {{ username }},</div>
<div style="font-family:Inter Variable, Inter, Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:rgba(22, 28, 34, 1);">Hello {{ username }},</div>
</td>
</tr>
<tr>
<td align="left" class="general-text" style="font-size:0px;padding:10px 25px;word-break:break-word;">
<div style="font-family:Diatype Variable, Diatype, Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:rgba(22, 28, 34, 1);">{% blocktrans %} Thanks for signing up! {% endblocktrans %} <p> {% blocktrans %} By completing your registration, you acknowledge and agree to Metaculus's <a href="{{ FRONTEND_BASE_URL }}/terms-of-use/" style="color: rgba(47, 65, 85, 1); font-weight: bold; text-decoration: underline;">terms of use</a> and <a href="{{ FRONTEND_BASE_URL }}/privacy-policy/" style="color: rgba(47, 65, 85, 1); font-weight: bold; text-decoration: underline;">privacy policy</a>. {% endblocktrans %} </p>
<div style="font-family:Inter Variable, Inter, Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:rgba(22, 28, 34, 1);">{% blocktrans %} Thanks for signing up! {% endblocktrans %} <p> {% blocktrans %} By completing your registration, you acknowledge and agree to Metaculus's <a href="{{ FRONTEND_BASE_URL }}/terms-of-use/" style="color: rgba(47, 65, 85, 1); font-weight: bold; text-decoration: underline;">terms of use</a> and <a href="{{ FRONTEND_BASE_URL }}/privacy-policy/" style="color: rgba(47, 65, 85, 1); font-weight: bold; text-decoration: underline;">privacy policy</a>. {% endblocktrans %} </p>
<p> {% blocktrans %} Please <a href="{{ activation_link }}" style="color: rgba(47, 65, 85, 1); font-weight: bold; text-decoration: underline;">click here</a> to complete your registration and activate your account. {% endblocktrans %} </p>
<p style="font-size: 80%;"> {% blocktrans %} Alternatively, you can copy and paste the following link into a browser: {% endblocktrans %} <br>
{{ activation_link }}
Expand Down Expand Up @@ -185,7 +185,7 @@
<tbody>
<tr>
<td align="left" class="general-text" style="font-size:0px;padding:10px 25px;word-break:break-word;">
<div style="font-family:Diatype Variable, Diatype, Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:rgba(22, 28, 34, 1);">{% blocktrans %} Happy Predicting,<br> The Metaculus Team {% endblocktrans %}</div>
<div style="font-family:Inter Variable, Inter, Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:rgba(22, 28, 34, 1);">{% blocktrans %} Happy Predicting,<br> The Metaculus Team {% endblocktrans %}</div>
</td>
</tr>
</tbody>
Expand Down
6 changes: 3 additions & 3 deletions authentication/templates/emails/password_reset.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@
<tbody>
<tr>
<td align="left" class="general-text" style="font-size:0px;padding:10px 25px;word-break:break-word;">
<div style="font-family:Diatype Variable, Diatype, Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:rgba(22, 28, 34, 1);">Hello {{ username }},</div>
<div style="font-family:Inter Variable, Inter, Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:rgba(22, 28, 34, 1);">Hello {{ username }},</div>
</td>
</tr>
<tr>
<td align="left" class="general-text" style="font-size:0px;padding:10px 25px;word-break:break-word;">
<div style="font-family:Diatype Variable, Diatype, Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:rgba(22, 28, 34, 1);">{% blocktrans %} We have received a request to reset the password associated with your account. To sign in and choose a new password, <a href="{{ reset_link }}" style="color: rgba(47, 65, 85, 1); font-weight: bold; text-decoration: underline;">click here</a>. If you did not make this request, you can safely ignore this email. {% endblocktrans %} <p style="font-size: 80%;"> {% blocktrans %} Alternatively, copy and paste the following link into a browser to reset your password: {% endblocktrans %} <br>
<div style="font-family:Inter Variable, Inter, Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:rgba(22, 28, 34, 1);">{% blocktrans %} We have received a request to reset the password associated with your account. To sign in and choose a new password, <a href="{{ reset_link }}" style="color: rgba(47, 65, 85, 1); font-weight: bold; text-decoration: underline;">click here</a>. If you did not make this request, you can safely ignore this email. {% endblocktrans %} <p style="font-size: 80%;"> {% blocktrans %} Alternatively, copy and paste the following link into a browser to reset your password: {% endblocktrans %} <br>
{{ reset_link }}
</p>
</div>
Expand All @@ -183,7 +183,7 @@
<tbody>
<tr>
<td align="left" class="general-text" style="font-size:0px;padding:10px 25px;word-break:break-word;">
<div style="font-family:Diatype Variable, Diatype, Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:rgba(22, 28, 34, 1);">{% blocktrans %} Happy Predicting,<br> The Metaculus Team {% endblocktrans %}</div>
<div style="font-family:Inter Variable, Inter, Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:rgba(22, 28, 34, 1);">{% blocktrans %} Happy Predicting,<br> The Metaculus Team {% endblocktrans %}</div>
</td>
</tr>
</tbody>
Expand Down
Loading