mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 03:39:28 +00:00
Added addTestTemplate view
This commit is contained in:
13
views/addTestTemplate.hbs
Normal file
13
views/addTestTemplate.hbs
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<section class='adminSection'>
|
||||||
|
<div class='adminItem'>
|
||||||
|
<h2>Add a new test template</h2>
|
||||||
|
<div class='formContainer'>
|
||||||
|
<form action='/admin/testTemplate/add' method='post'>
|
||||||
|
<input type='text' id='name' name='name' placeholder='Test name' required/>
|
||||||
|
<input type='number' id='mark' name='mark' placeholder='Maximum mark' step=1 required/>
|
||||||
|
|
||||||
|
<input type='submit' class='btn btn--primary btn--full' value='Create test template'/>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
Reference in New Issue
Block a user