mirror of
https://github.com/FAUSheppy/jeffrey_miller_flask_ftp
synced 2025-12-09 22:18:32 +01:00
correctly call js
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
<tbody>
|
||||
{% for u in users %}
|
||||
<tr>
|
||||
<td style="line-height: 45px;">{{ u.name }}</td>
|
||||
<td style="line-height: 45px;">{{ u.username }}</td>
|
||||
<td>
|
||||
<button class="btn btn-danger button-delete-fix"
|
||||
onclick="deleteAdm('{{ u.name }}')">
|
||||
onclick="deleteUser('{{ u.username }}')">
|
||||
x
|
||||
</button>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user