Clean admin-realm-domains-list.handlebars to use 4 space indents.

This commit is contained in:
Aditya Bansal 2017-04-15 08:38:51 +05:30 committed by Tim Abbott
parent e21731c1ae
commit 257b930492
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{{#with realm_domain}}
<tr>
<tr>
<td class="domain">{{domain}}</td>
<td><input type="checkbox" class="allow-subdomains" {{#if allow_subdomains}}checked{{/if}}></input></td>
<td><button class="btn btn-danger btn-sm delete_realm_domain">{{t "Remove" }}</button></td>
</tr>
</tr>
{{/with}}

View File

@ -227,7 +227,6 @@ def check_handlebar_templates(templates):
'static/templates/subscription_settings.handlebars',
'static/templates/user_sidebar_actions.handlebars',
'static/templates/settings/account-settings.handlebars',
'static/templates/settings/admin-realm-domains-list.handlebars',
'static/templates/settings/admin_auth_methods_list.handlebars',
'static/templates/settings/attachment-item.handlebars',
'static/templates/settings/auth-methods-settings-admin.handlebars',