Added organisations to users page

This commit is contained in:
2022-03-08 13:13:20 +00:00
parent 012b633eaf
commit 45a4591f73
5 changed files with 125 additions and 1 deletions

View File

@@ -9,5 +9,6 @@
$(document).ready(function() {
// Control buttons
bindMemberButtons($("#view-user"))
bindUserButtonsExtra($("#view-user"), { delete_redirect: page.delete_redirect });
});