1
0
Fork 0

Send form

This commit is contained in:
Alex Kotov 2020-10-16 02:24:58 +05:00
parent bc64a4b9c6
commit 4e71fd3278
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
<div class="container">
<h1>Sign Up</h1>
<form action="/sign_up">
<form method="post" action="/users">
<div class="form-group">
<input type="text" class="form-control"/>
<input name="username" type="text" class="form-control"/>
</div>
<div class="form-group">
<input type="password" class="form-control"/>
<input name="password" type="password" class="form-control"/>
</div>
<button type="submit" class="btn btn-primary">