From fa28dcd008cdffaa4b020949d2f142a9eb27f0fc Mon Sep 17 00:00:00 2001 From: Aditya Bansal Date: Wed, 14 Jun 2017 03:41:23 +0530 Subject: [PATCH] invitation_reminder.html: Cleanup to use 4 space indentation. --- templates/zerver/emails/invitation_reminder.html | 2 +- tools/check-templates | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/zerver/emails/invitation_reminder.html b/templates/zerver/emails/invitation_reminder.html index 3d75b5ce75..a79fa07c75 100644 --- a/templates/zerver/emails/invitation_reminder.html +++ b/templates/zerver/emails/invitation_reminder.html @@ -12,7 +12,7 @@ {{ activate_url }}

-We're here for you at {{ support_email }}, if you have any questions. + We're here for you at {{ support_email }}, if you have any questions.

Cheers,
diff --git a/tools/check-templates b/tools/check-templates index 4d1500be4f..b37576f9dd 100755 --- a/tools/check-templates +++ b/tools/check-templates @@ -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',