Signed by hannaSSH key fingerprint: SHA256:4g9cWhkAAw8gwqhJUcVbSnGEvdGwklW+1Aa/fMUu59k
crates/web/src/admin.rs +1 −1
| @@ -225,7 +225,7 @@ pub async fn users( | |||
| 225 | 225 | div class="card" { | |
| 226 | 226 | form method="post" action="/admin/users/password" { | |
| 227 | 227 | input type="hidden" name="_csrf" value=(csrf); | |
| 228 | - | div class="admin-form-row" { | |
| 228 | + | div class="admin-form-row admin-form-row-last" { | |
| 229 | 229 | select name="user_id" aria-label="User" { | |
| 230 | 230 | @for u in &everyone { option value=(u.id) { (u.username) } } | |
| 231 | 231 | } | |