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