create and manage peer groups

This commit is contained in:
Eduardo Silva
2025-01-20 11:41:02 -03:00
parent 797058b29b
commit eefc573c61
9 changed files with 222 additions and 11 deletions

View File

@@ -21,7 +21,6 @@
{% endfor %}
</tbody>
</table>
<a href="/user/manage/" class="btn btn-primary">Add User</a>
{% include "user_manager/list_buttons.html" %}
{% endblock %}