mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 16:19:26 +00:00
Change testTemplate naming scheme in links
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<option value='{{id}}'>{{name}} - {{maxMark}} marks</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
<a href='/admin/testTemplate/add' class='formContainer__small-link'>
|
||||
<a href='/admin/test-template/add' class='formContainer__small-link'>
|
||||
Or add a new test template
|
||||
</a>
|
||||
<select name='class' id='class' required>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class='adminItem'>
|
||||
<h2>Add a new test template</h2>
|
||||
<div class='formContainer'>
|
||||
<form action='/admin/testTemplate/add' method='post'>
|
||||
<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' placeholder='Maximum mark' step=1 required/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user