File tree 1 file changed +11
-9
lines changed
legal_db/templates/legal_db/partials
1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
< section class ="columns is-gapless is-vcentered margin-top-big margin-bottom-small ">
4
4
< div class ="column is-8 ">
5
- < div role ="search " method ="get " class ="field has-addons ">
6
- < div class ="control has-icons-left search-input ">
7
- < label for ="{{ form.keywords.id_for_label }} " class ="is-sr-only "> Search: </ label >
8
- {% render_field form.keywords|add_class:"input" placeholder="Search for..." %}
9
- < span class ="icon is-left "> < i class ="icon search "> </ i > </ span >
10
- </ div >
11
- < div class ="control is-4 ">
12
- < button type ="submit " class ="button small "> Search</ button >
13
- </ div >
5
+ < div class ="content field has-addons ">
6
+ < form role ="search " method ="get ">
7
+ < div class ="control has-icons-left search-input ">
8
+ < label for ="{{ form.keywords.id_for_label }} " class ="is-sr-only "> Search: </ label >
9
+ {% render_field form.keywords|add_class:"input" placeholder="Search for..." %}
10
+ < span class ="icon is-left "> < i class ="icon search "> </ i > </ span >
11
+ </ div >
12
+ < div class ="control is-4 ">
13
+ < button type ="submit " class ="button small "> Search</ button >
14
+ </ div >
15
+ </ form >
14
16
</ div >
15
17
{{ form.keywords.errors }}
16
18
</ div >
You can’t perform that action at this time.
0 commit comments