Clean admin_auth_methods_list.handlebars to use 4 space indents.

This commit is contained in:
Aditya Bansal 2017-04-15 08:41:55 +05:30 committed by Tim Abbott
parent c0ca8b10ed
commit 2a15fa17b9
2 changed files with 7 additions and 8 deletions

View File

@ -1,11 +1,11 @@
{{#with method}}
<tr class="method_row" data-method="{{method}}">
<td>
<span class="method">{{method}}</span>
</td>
<td>
<input type="checkbox"
{{#if enabled}}checked="checked"{{/if}} />
</td>
<td>
<span class="method">{{method}}</span>
</td>
<td>
<input type="checkbox"
{{#if enabled}}checked="checked"{{/if}} />
</td>
</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_auth_methods_list.handlebars',
'static/templates/settings/attachment-item.handlebars',
'static/templates/settings/auth-methods-settings-admin.handlebars',
'static/templates/settings/bot-list-admin.handlebars',