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

Added removeClassUser view

This commit is contained in:
2022-03-31 08:49:24 +00:00
parent 55722854b0
commit 4840ddbcd6

11
views/removeClassUser.hbs Normal file
View File

@@ -0,0 +1,11 @@
<section class='adminSection'>
<div class="adminItem">
<h2>{{pageTitle}}</h2>
<div class='formContainer'>
<form action='{{postLink}}' method='post'>
<p>Are you sure that you want to remove <span class='hl'>{{u.fullName}}</span>?</p>
<input type='submit' class='btn btn--primary btn--full' value='Yes, remove'/>
</form>
</div>
</div>
</section>