File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ch6-users-and-forms/templates/account
ch7-databases/templates/account
ch8-async-databases/templates/account Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
value =" ${ email }" >
9
9
<input name =" password" type =" password" placeholder =" Password" class =" form-control"
10
10
value =" ${ password }" >
11
- <button type =" submit" class =" btn btn-danger" >Register </button >
11
+ <button type =" submit" class =" btn btn-danger" >Log In </button >
12
12
<div style =" clear: both;" ></div >
13
13
14
14
<div class =" error-msg" tal : condition =" error" >${ error }</div >
Original file line number Diff line number Diff line change 8
8
value =" ${ email }" >
9
9
<input name =" password" type =" password" placeholder =" Password" class =" form-control"
10
10
value =" ${ password }" >
11
- <button type =" submit" class =" btn btn-danger" >Register </button >
11
+ <button type =" submit" class =" btn btn-danger" >Log In </button >
12
12
<div style =" clear: both;" ></div >
13
13
14
14
<div class =" error-msg" tal : condition =" error" >${ error }</div >
Original file line number Diff line number Diff line change 8
8
value =" ${ email }" >
9
9
<input name =" password" type =" password" placeholder =" Password" class =" form-control"
10
10
value =" ${ password }" >
11
- <button type =" submit" class =" btn btn-danger" >Register </button >
11
+ <button type =" submit" class =" btn btn-danger" >Log In </button >
12
12
<div style =" clear: both;" ></div >
13
13
14
14
<div class =" error-msg" tal : condition =" error" >${ error }</div >
You can’t perform that action at this time.
0 commit comments