correctly call js

This commit is contained in:
Yannik Schmidt
2021-08-30 19:09:05 +02:00
parent 55cbe49443
commit a5ad6e2eed

View File

@@ -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>