File tree 1 file changed +3
-6
lines changed
Chapter_02/guestbook/views
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 5
5
<form method =" post" role =" form" >
6
6
<div class =" form-group" >
7
7
<label for =" title" >Title</label >
8
- <input type =" text" class =" form-control" id =" title" [LineArrow]
9
- name =" title" placeholder =" Entry title" required >
8
+ <input type =" text" class =" form-control" id =" title" name =" title" placeholder =" Entry title" required >
10
9
</div >
11
10
<div class =" form-group" >
12
11
<label for =" body" >Entry text</label >
13
- <textarea class =" form-control" id =" body" name =" body" [LineArrow]
14
- placeholder =" Love Express! It's a great tool for building[LineArrow]
15
- websites." rows =" 3" required ></textarea >
12
+ <textarea class =" form-control" id =" body" name =" body" placeholder =" Love Express! It's a great tool for building websites." rows =" 3" required ></textarea >
16
13
</div >
17
14
<div class =" form-group" >
18
15
<input type =" submit" value =" Post entry" class =" btn btn-primary" >
19
16
</div >
20
17
</form >
21
18
22
- <% include footer %>
19
+ <% include footer %>
You can’t perform that action at this time.
0 commit comments