Include password reset link in the text
This commit is contained in:
parent
74e69ff313
commit
07d15a8144
1 changed files with 1 additions and 4 deletions
|
@ -43,10 +43,7 @@
|
||||||
{% trans "Password" %} : {{account_details}}
|
{% trans "Password" %} : {{account_details}}
|
||||||
</p>
|
</p>
|
||||||
<p style="line-height: 1.75; font-family: Lato, Arial, sans-serif; font-weight: 300; margin-bottom: 10px; margin-top: 0;">
|
<p style="line-height: 1.75; font-family: Lato, Arial, sans-serif; font-weight: 300; margin-bottom: 10px; margin-top: 0;">
|
||||||
{% trans "You can reset your password here" %}:
|
{% blocktrans %}You can reset your password <a href="{{base_url}}{{reset_password_url}}" style="text-decoration: none; color: #4382c8; font-weight: 400;">here</a>.{% endblocktrans %}
|
||||||
</p>
|
|
||||||
<p style="color: #4382c8; line-height: 1.4; font-family: Lato, Arial, sans-serif; font-weight: 300; margin: 0;">
|
|
||||||
{{base_url}}{{reset_password_url}}
|
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in a new issue