mirror of https://github.com/zulip/zulip.git
profile field settings: Disable autocomplete.
This commit is contained in:
parent
79ff89ed8b
commit
e539e966c9
|
@ -20,11 +20,11 @@
|
|||
<div class="settings-section-title new-profile-field-section-title">{{t "Add a new profile field" }}</div>
|
||||
<div class="control-group">
|
||||
<label for="profile_field_name" class="control-label">{{t "Label" }}</label>
|
||||
<input type="text" id="profile_field_name" name="name" />
|
||||
<input type="text" id="profile_field_name" name="name" autocomplete="off"/>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label for="profile_field_hint" class="control-label">{{t "Hint" }}</label>
|
||||
<input type="text" id="profile_field_hint" name="hint" />
|
||||
<input type="text" id="profile_field_hint" name="hint" autocomplete="off"/>
|
||||
<div class="alert" id="admin-profile-field-hint-status"></div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
|
|
Loading…
Reference in New Issue