mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:39:28 +00:00
12 lines
366 B
Handlebars
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>
|