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

12 lines
246 B
Cheetah

{{/* TODO: delete this page, when certain it's not wanted anymore */}}
<h1>Log In</h1>
<form action="login" method="post">
<label>
Email:
<input type="text" required name="email" />
</label>
<input type="submit" value="login" />
</form>