17 lines
383 B
Cheetah
17 lines
383 B
Cheetah
{{- define "title" }} Inventory++ Create an Account {{ end }}
|
|
|
|
{{- componentBody "nav_bar" "dot" . }}
|
|
|
|
{{/* TODO: will need to verify the email address */}}
|
|
|
|
<section style="margin-top: 2em;">
|
|
<form method="post" action="/accounts">
|
|
<label>
|
|
Email:
|
|
<input type="email" required name="email" />
|
|
</label>
|
|
|
|
<input type="submit" value="Create Account" />
|
|
</form>
|
|
</section>
|