mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 10:19:29 +00:00
Only teachers should be able to remove users
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<div class="adminItem">
|
||||
<h2>{{pageTitle}}</h2>
|
||||
{{#each users as |user|}}
|
||||
{{> classUser user=user }}
|
||||
{{> classUser userType=../userType user=user }}
|
||||
{{/each}}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user