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