mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 18:19:25 +00:00
Change testTemplate naming scheme in links
This commit is contained in:
@@ -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