mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:39:28 +00:00
14 lines
503 B
Handlebars
14 lines
503 B
Handlebars
<section class='adminSection'>
|
|
<div class='adminItem'>
|
|
<h2>Add a new test template</h2>
|
|
<div class='formContainer'>
|
|
<form action='/admin/test-template/add' method='post'>
|
|
<input type='text' id='name' name='name' placeholder='Test name' required/>
|
|
<input type='number' id='mark' name='mark' min=0 max=4294967295 placeholder='Maximum mark' step=1 required/>
|
|
|
|
<input type='submit' class='btn btn--primary btn--full' value='Create test template'/>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</section>
|