个人信息中的学校改为选填
This commit is contained in:
@@ -20,10 +20,9 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="school">学校</label>
|
||||
<input type="text" class="form-control input-lg" id="school" name="school" placeholder="学校" data-error="请填写学校" required>
|
||||
<div class="help-block with-errors"></div>
|
||||
<input type="text" class="form-control input-lg" id="school" name="school" placeholder="非必填,如果你需要使用课程功能,请填写该字段">
|
||||
</div>
|
||||
<div class="form-group" id="stu_id">
|
||||
<div class="form-group">
|
||||
<label for="student_id">学号</label>
|
||||
<input type="number" class="form-control input-lg" id="student_id" name="student_id" placeholder="非必填,如果你需要使用课程功能,请填写该字段">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user