2024-02-24 11:12:14 -05:00
|
|
|
<form action="/register" method="POST">
|
|
|
|
|
<input name="username" placeholder="username">
|
|
|
|
|
<input name="password" placeholder="password">
|
|
|
|
|
<button type="submit">
|
|
|
|
|
move in
|
|
|
|
|
</button>
|
2024-06-02 00:39:30 -04:00
|
|
|
<% if (it.error) { %>
|
2025-01-12 10:13:44 -05:00
|
|
|
<%= it.error %>
|
2024-02-24 11:12:14 -05:00
|
|
|
<% } %>
|
|
|
|
|
</form>
|