admin ui: Set usergroup description input maxlength to 300.

This commit is contained in:
Vishnu Ks 2018-02-28 16:55:06 +00:00 committed by Tim Abbott
parent 497ee97ce3
commit ed4fbcfd73
1 changed files with 1 additions and 1 deletions

View File

@ -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' }}