8 lines
No EOL
317 B
HTML
8 lines
No EOL
317 B
HTML
{{ template "preamble.html" }}
|
|
<h1>Add New Training Area</h1>
|
|
<form action="/training-areas/add" method="post">
|
|
<label for="name">Training Area Name:</label>
|
|
<input type="text" id="name" name="name" required>
|
|
<button type="submit">Add</button>
|
|
</form>
|
|
{{template "epilogue.html" }} |