mirror of https://github.com/zulip/zulip.git
org settings: Restructure org-profile-admin template.
This commit is contained in:
parent
6279a9ef09
commit
034eaf0aa1
|
@ -1,11 +1,14 @@
|
|||
<div id="organization-profile" data-name="organization-profile" class="settings-section">
|
||||
<form class="form-horizontal admin-realm-form org-profile-form">
|
||||
<h3>{{t "Organization profile" }}</h3>
|
||||
|
||||
<div class="alert" id="admin-realm-name-status"></div>
|
||||
<div class="alert" id="admin-realm-description-status"></div>
|
||||
<div class="alert" id="admin-realm-deactivation-status"></div>
|
||||
|
||||
<div id="org-org-profile" class="org-subsection-parent">
|
||||
<div class="subsection-header">
|
||||
<h3>{{t "Organization profile" }}</h3>
|
||||
</div>
|
||||
|
||||
<div class="organization-settings-parent">
|
||||
<div class="input-group admin-realm">
|
||||
<label for="id_realm_name">{{t "Your organization's name" }}</label>
|
||||
|
@ -26,6 +29,7 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3>{{t "Organization avatar" }}</h3>
|
||||
|
||||
|
|
Loading…
Reference in New Issue