invitation.html: Cleanup to use 4 space indentation.

This commit is contained in:
Aditya Bansal 2017-06-14 03:39:43 +05:30
parent e12bb65c0b
commit 1b82e90331
2 changed files with 20 additions and 21 deletions

View File

@ -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 %}

View File

@ -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',