修改admin中js与html中的问题

This commit is contained in:
hohoTT
2015-08-17 16:31:22 +08:00
parent 164e44b398
commit 1790945a3e
8 changed files with 15 additions and 7 deletions

View File

@@ -31,7 +31,7 @@
<div class="col-md-12">
<div class="form-group"><label>小组名</label>
<input type="text" name="name" class="form-control" ms-duplex="name"
data-error="请填写小组名" maxlength="20" required>
data-error="请填写小组名(名称不能超过20字)" maxlength="20" required>
<div class="help-block with-errors"></div>
</div>
</div>