mirror of
https://github.com/aaronleetw/Attendance.git
synced 2024-11-14 19:11:39 -08:00
Change selSubUser select multiple to regular
This commit is contained in:
parent
a3b88dba8d
commit
b4125ec478
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
<a href="/logout"><button class="btn btn-primary logout margin-top">Logout 登出</button></a>
|
||||
<form action="/select" id="subuser_form_sel" method="post">
|
||||
<select name="subuser_sel" id="subuser_sel" class="form-select logout" onchange="loadingAnimation();"
|
||||
required multiple>
|
||||
required>
|
||||
<option value="" selected>Please select</option>
|
||||
{% for key in data %}
|
||||
{% if data[key]['type'] == 'homeroom' %}
|
||||
|
|
Loading…
Reference in a new issue