mirror of https://github.com/zulip/zulip.git
Clean accounts_home.html to use 4 space and consistent indentation.
This commit is contained in:
parent
f58d102664
commit
f9edf8bc0e
|
@ -34,15 +34,17 @@ $(function () {
|
|||
{% endif %}
|
||||
<div class="right-side">
|
||||
{% if no_auth_enabled %}
|
||||
<div class="alert">
|
||||
<p>No authentication backends are enabled on this
|
||||
server yet, so it is impossible to register!</p>
|
||||
<div class="alert">
|
||||
<p>No authentication backends are enabled on this
|
||||
server yet, so it is impossible to register!</p>
|
||||
|
||||
<p>See
|
||||
the <a href="http://zulip.readthedocs.io/en/latest/prod-install.html#step-3-configure-zulip">Zulip
|
||||
authentication documentation</a> to learn how to
|
||||
configure authentication backends.</p>
|
||||
</div>
|
||||
<p>
|
||||
See
|
||||
the <a href="http://zulip.readthedocs.io/en/latest/prod-install.html#step-3-configure-zulip">Zulip
|
||||
authentication documentation</a> to learn how to
|
||||
configure authentication backends.
|
||||
</p>
|
||||
</div>
|
||||
{% else %}
|
||||
{% if password_auth_enabled %}
|
||||
<form class="form-inline" id="send_confirm" name="email_form"
|
||||
|
@ -82,7 +84,7 @@ $(function () {
|
|||
{% if github_auth_enabled %}
|
||||
<div class="login-github">
|
||||
<a href="{{ url('signup-social', args=('github',)) }}"
|
||||
class="github-wrapper">
|
||||
class="github-wrapper">
|
||||
<button class="login-github-button github">
|
||||
<span>{{ _('Sign up with GitHub') }}</span>
|
||||
</button>
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue