invitation_reminder.html: Cleanup to use 4 space indentation.

This commit is contained in:
Aditya Bansal
2017-06-14 03:41:23 +05:30
parent 07e7482228
commit fa28dcd008
2 changed files with 1 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
</p>
<p>
We're here for you at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
We're here for you at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
</p>
<p>
Cheers,<br />

View File

@@ -137,7 +137,6 @@ def check_html_templates(templates, all_dups):
'templates/zerver/emails/find_team.html',
'templates/zerver/emails/followup_day1.html',
'templates/zerver/emails/followup_day2.html',
'templates/zerver/emails/invitation_reminder.html',
'templates/zerver/hello.html',
'templates/zerver/home.html',
'templates/zerver/index.html',