mirror of https://github.com/zulip/zulip.git
invitation.html: Cleanup to use 4 space indentation.
This commit is contained in:
parent
e12bb65c0b
commit
1b82e90331
|
@ -1,24 +1,24 @@
|
||||||
{% extends "zerver/emails/email_base.html" %}
|
{% extends "zerver/emails/email_base.html" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p>Hi there,
|
<p>Hi there,
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{{ referrer.full_name }} ({{ referrer.email }}) wants you to join them on Zulip -- the group communication tool you've always wished you had at work.
|
{{ referrer.full_name }} ({{ referrer.email }}) wants you to join them on Zulip -- the group communication tool you've always wished you had at work.
|
||||||
</p>
|
</p>
|
||||||
{% if custom_body %}
|
{% if custom_body %}
|
||||||
<p>Message from {{ referrer.full_name }}: {{ custom_body }}</p>
|
<p>Message from {{ referrer.full_name }}: {{ custom_body }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p>
|
<p>
|
||||||
To get started, visit the link below:
|
To get started, visit the link below:
|
||||||
<br />
|
<br />
|
||||||
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
|
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Feel free to give us a shout at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
|
Feel free to give us a shout at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Cheers,<br />
|
Cheers,<br />
|
||||||
The Zulip Team
|
The Zulip Team
|
||||||
</p>
|
</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -129,7 +129,6 @@ def check_html_templates(templates, all_dups):
|
||||||
'static/html/5xx.html',
|
'static/html/5xx.html',
|
||||||
'templates/analytics/activity.html',
|
'templates/analytics/activity.html',
|
||||||
'templates/analytics/stats.html',
|
'templates/analytics/stats.html',
|
||||||
'templates/zerver/emails/invitation.html',
|
|
||||||
'templates/zerver/emails/confirm_registration.html',
|
'templates/zerver/emails/confirm_registration.html',
|
||||||
'templates/corporate/zephyr-mirror.html',
|
'templates/corporate/zephyr-mirror.html',
|
||||||
'templates/zerver/api.html',
|
'templates/zerver/api.html',
|
||||||
|
|
Loading…
Reference in New Issue