student setup gender fix

parent f4f5ebed
......@@ -111,7 +111,7 @@
<div class="form-group">
<label translate>gender</label>
<select class="form-control" name="student_gender" id="student_gender" ng-model="formUser.gender" required>
<option value=" ">&nsp;</option>
<option value=" " disabled></option>
<option value="F" translate>woman</option>
<option value="M" translate>man</option>
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment