From f9edf8bc0ee99091a62064c66c986592b4ffbc93 Mon Sep 17 00:00:00 2001 From: Aditya Bansal Date: Tue, 6 Jun 2017 02:34:38 +0530 Subject: [PATCH] Clean accounts_home.html to use 4 space and consistent indentation. --- templates/zerver/accounts_home.html | 20 +++++++++++--------- tools/check-templates | 2 -- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/zerver/accounts_home.html b/templates/zerver/accounts_home.html index d82c5966ca..e775593f5e 100644 --- a/templates/zerver/accounts_home.html +++ b/templates/zerver/accounts_home.html @@ -34,15 +34,17 @@ $(function () { {% endif %}
{% if no_auth_enabled %} -
-

No authentication backends are enabled on this - server yet, so it is impossible to register!

+
+

No authentication backends are enabled on this + server yet, so it is impossible to register!

-

See - the Zulip - authentication documentation to learn how to - configure authentication backends.

-
+

+ See + the Zulip + authentication documentation to learn how to + configure authentication backends. +

+
{% else %} {% if password_auth_enabled %}
+ class="github-wrapper"> diff --git a/tools/check-templates b/tools/check-templates index 9c477b9a0e..5d208c9616 100755 --- a/tools/check-templates +++ b/tools/check-templates @@ -100,7 +100,6 @@ def check_html_templates(templates, all_dups): 'static/html/5xx.html', 'templates/corporate/zephyr-mirror.html', 'templates/corporate/zephyr.html', - 'templates/zerver/accounts_home.html', 'templates/zerver/api.html', 'templates/zerver/api_endpoints.html', 'templates/zerver/apps.html', @@ -139,7 +138,6 @@ def check_html_templates(templates, all_dups): 'templates/corporate/zephyr.html', 'templates/zerver/api.html', 'templates/zerver/apps.html', - 'templates/zerver/accounts_home.html', 'templates/zerver/compose.html', 'templates/zerver/emails/digest.html', 'templates/zerver/emails/find_team.html',