1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:59:28 +00:00

Only teachers should be able to remove users

This commit is contained in:
2022-03-31 09:14:38 +00:00
parent 74cae8847d
commit e1bf0122f1
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
<div class='classUser' data-uid='{{user.id}}'>
{{#eq userType 'account'}}
<i class='fa-solid fa-ban classUser__remove' title='Remove user from class'></i>
{{/eq}}
<a href='/admin/user/{{user.id}}'>
{{user.fullName}}
</a>