Fix links not working in admin dashboard modules

This commit is contained in:
slawkens
2025-05-23 09:04:45 +02:00
parent 7d213f479a
commit be7b27c31a
7 changed files with 12 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
{% set i = i + 1 %}
<tr>
<th>{{ i }}</th>
<td><a href="?p=accounts&search_name={{ result.name }}">{{ result.name }}</a></td>
<td><a href="?p=accounts&id={{ result.id }}">{{ result.name }}</a></td>
<td>{{ result.coins }}</td>
</tr>
{% endfor %}