Commit 1414c2695669d1a54b7e0d93b17654bf5bd0a43a
1 parent
d5337e8e
Exists in
master
and in
39 other branches
removing checkbox from filters
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
src/templates/search/search.html
@@ -43,9 +43,6 @@ | @@ -43,9 +43,6 @@ | ||
43 | </select> | 43 | </select> |
44 | {% else %} | 44 | {% else %} |
45 | <div class="input-group"> | 45 | <div class="input-group"> |
46 | - <span class="input-group-addon"> | ||
47 | - <input type="checkbox" name="{{ field_lookup }}_check"> | ||
48 | - </span> | ||
49 | <input type="text" class="form-control" placeholder="{{ field_display }}" name="{{ field_lookup }}" value=""> | 46 | <input type="text" class="form-control" placeholder="{{ field_display }}" name="{{ field_lookup }}" value=""> |
50 | </div> | 47 | </div> |
51 | {% endifequal %} | 48 | {% endifequal %} |