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" %}
|
||||
|
||||
{% block content %}
|
||||
<p>Hi there,
|
||||
</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.
|
||||
</p>
|
||||
{% if custom_body %}
|
||||
<p>Message from {{ referrer.full_name }}: {{ custom_body }}</p>
|
||||
{% endif %}
|
||||
<p>
|
||||
To get started, visit the link below:
|
||||
<br />
|
||||
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
|
||||
</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.
|
||||
</p>
|
||||
<p>
|
||||
Cheers,<br />
|
||||
The Zulip Team
|
||||
</p>
|
||||
<p>Hi there,
|
||||
</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.
|
||||
</p>
|
||||
{% if custom_body %}
|
||||
<p>Message from {{ referrer.full_name }}: {{ custom_body }}</p>
|
||||
{% endif %}
|
||||
<p>
|
||||
To get started, visit the link below:
|
||||
<br />
|
||||
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
|
||||
</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.
|
||||
</p>
|
||||
<p>
|
||||
Cheers,<br />
|
||||
The Zulip Team
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
|
|
@ -129,7 +129,6 @@ def check_html_templates(templates, all_dups):
|
|||
'static/html/5xx.html',
|
||||
'templates/analytics/activity.html',
|
||||
'templates/analytics/stats.html',
|
||||
'templates/zerver/emails/invitation.html',
|
||||
'templates/zerver/emails/confirm_registration.html',
|
||||
'templates/corporate/zephyr-mirror.html',
|
||||
'templates/zerver/api.html',
|
||||
|
|
Loading…
Reference in New Issue