mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:59:30 +00:00
Added removeClassUser view
This commit is contained in:
11
views/removeClassUser.hbs
Normal file
11
views/removeClassUser.hbs
Normal 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>
|
||||
Reference in New Issue
Block a user