parent
8bd577f663
commit
d363aa9e77
@ -1,10 +1,10 @@ |
|||||||
.form-container |
.form-container |
||||||
form action="/user/login" method="post" |
form action="/user/login" method="post" |
||||||
h2 Log in |
h2 Log in |
||||||
label.error_msg = info |
label.error_msg = info[:error_msg] |
||||||
input type="text" name="email" placeholder="Email" |
input type="text" name="email" placeholder="Email" |
||||||
input type="password" name="password" placeholder="Password" |
input type="password" name="password" placeholder="Password" |
||||||
input type="submit" value="Log in" |
input type="submit" value="Log in" |
||||||
|
|
||||||
a.button href="/register" target="_self" |
a.button href="/register" target="_self" |
||||||
| Don't have an account? |
| Don't have an account? Create one! |
||||||
|
Loading…
Reference in new issue