Change selSubUser select multiple to regular

This commit is contained in:
Aaron Lee 2021-10-04 09:57:07 +08:00
parent a3b88dba8d
commit b4125ec478

View file

@ -31,7 +31,7 @@
<a href="/logout"><button class="btn btn-primary logout margin-top">Logout 登出</button></a> <a href="/logout"><button class="btn btn-primary logout margin-top">Logout 登出</button></a>
<form action="/select" id="subuser_form_sel" method="post"> <form action="/select" id="subuser_form_sel" method="post">
<select name="subuser_sel" id="subuser_sel" class="form-select logout" onchange="loadingAnimation();" <select name="subuser_sel" id="subuser_sel" class="form-select logout" onchange="loadingAnimation();"
required multiple> required>
<option value="" selected>Please select</option> <option value="" selected>Please select</option>
{% for key in data %} {% for key in data %}
{% if data[key]['type'] == 'homeroom' %} {% if data[key]['type'] == 'homeroom' %}