10 lines
265 B
Text
10 lines
265 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) { %>
|
|
<%= it.error %>
|
|
<% } %>
|
|
</form>
|