zulip/static/templates/settings/auth_methods_settings_admin.hbs
Anders Kaseorg 0c565f50be templates: Use upstream Handlebars partials syntax.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-07-12 21:11:14 -07:00

24 lines
991 B
Handlebars

<div id="organization-auth-settings" class="settings-section" data-name="auth-methods">
<form class="form-horizontal admin-realm-form org-authentications-form">
<div id="org-auth_settings" class="admin-table-wrapper org-subsection-parent">
<div class ="subsection-header">
<h3>{{t "Authentication methods" }}</h3>
{{> settings_save_discard_widget section_name="auth_settings" }}
</div>
<div>
<p>{{t "Configure the authentication methods for your organization."}}</p>
<table id="id_realm_authentication_methods"
class="table table-condensed table-striped prop-element">
<thead>
<th>{{t "Method" }}</th>
<th>{{t "Enabled" }}</th>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</form>
</div>