1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 18:19:25 +00:00
Files
stratos/views/removeClassUser.hbs
2022-03-31 08:49:35 +00:00

12 lines
366 B
Handlebars

<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>