Files
inventory-plus-plus/templates/page_bodies/sign-up.html.tmpl
T
2026-01-11 15:53:42 -07:00

12 lines
225 B
Cheetah

{{/* TODO: not used - read for deletion */}}
<h1>Sign Up</h1>
<form action="accounts" method="post">
<label>
Email:
<input type="text" required name="email" />
</label>
<input type="submit" value="Submit" />
</form>