14 lines
No EOL
446 B
HTML
14 lines
No EOL
446 B
HTML
{{ template "preamble.html" }}
|
|
<h2>Setup Admin Account</h2>
|
|
<form method="post">
|
|
<label>Name:</label>
|
|
<input type="text", name="name" required><br>
|
|
<label>Email:</label>
|
|
<input type="email" name="email" required><br>
|
|
|
|
<label>Password:</label>
|
|
<input type="password" name="password" required><br>
|
|
|
|
<button type="submit">Create Admin</button>
|
|
</form>
|
|
{{template "epilogue.html" }} |