mirror of https://github.com/zulip/zulip.git
admin ui: Set usergroup description input maxlength to 300.
This commit is contained in:
parent
497ee97ce3
commit
ed4fbcfd73
|
@ -11,7 +11,7 @@
|
|||
</div>
|
||||
<div class="inline-block">
|
||||
<label for="user_group_description">{{t "Description" }}</label>
|
||||
<input type="text" name="description" id="user_group_description" placeholder="{{t 'Characters of Hamlet' }}" />
|
||||
<input type="text" name="description" id="user_group_description" maxlength="300" placeholder="{{t 'Characters of Hamlet' }}" />
|
||||
</div>
|
||||
<button type="submit" class="button rounded sea-green">
|
||||
{{t 'Submit' }}
|
||||
|
|
Loading…
Reference in New Issue