Incorporate the permanent user deletion sprinkle

This commit is contained in:
2023-07-25 14:21:42 +01:00
parent 243987382a
commit 50b8e02839
18 changed files with 934 additions and 66 deletions

View File

@@ -0,0 +1,5 @@
{% extends "@uf-tweaks/tables/users.html.twig" %}
{% block table_users_column_actions %}
{% include "tables/columns/deleted_users-actions.html.twig" %}
{% endblock %}