mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-10 00:28:41 +00:00
fix(web/super_manage): input-username
This commit is contained in:
parent
2a63f17a14
commit
1c2f06c253
@ -1295,7 +1295,7 @@ EOD);
|
||||
<form class="row gy-2 gx-3 align-items-end mb-3" target="_self" method="GET">
|
||||
<div class="col-auto">
|
||||
<label for="username" class="form-label">用户名</label>
|
||||
<input type="text" class="form-control" name="username" id="user-query-username" value="" />
|
||||
<input type="text" class="form-control" name="username" id="user-query-username" value="<?= HTML::escape(UOJRequest::get('username', null, '')) ?>" />
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<label for="user-query-usergroup" class="form-label">用户类别</label>
|
||||
|
Loading…
Reference in New Issue
Block a user