bliss/views/auth/register.eta
HRG @ SCExC 23414c7b66 wow
2024-06-02 00:39:30 -04:00

10 lines
262 B
Text

<form action="/register" method="POST">
<input name="username" placeholder="username">
<input name="password" placeholder="password">
<button type="submit">
move in
</button>
<% if (it.error) { %>
<%= error %>
<% } %>
</form>