Add some space between account details and activate email linkpacebetween account details and activate email link
This commit is contained in:
parent
b64fe2cb1c
commit
74e69ff313
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
</p>
|
</p>
|
||||||
{% if account_details %}
|
{% if account_details %}
|
||||||
{% url 'hosting:reset_password' as reset_password_url %}
|
{% url 'hosting:reset_password' as reset_password_url %}
|
||||||
<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: 10px;">
|
||||||
{% trans "Your account details are as follows" %}:
|
{% trans "Your account details are as follows" %}:
|
||||||
</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;">
|
||||||
|
|
Loading…
Reference in a new issue