mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-25 22:22:26 +00:00
Fix: JS BFT: Pas besoin de class pour un div sans elt visible
This commit is contained in:
parent
57dda68710
commit
5414dd34aa
1 changed files with 0 additions and 1 deletions
|
@ -175,7 +175,6 @@ def bootstrap_form_typeahead(django_form, typeahead_fields, *args, **kwargs):
|
||||||
)
|
)
|
||||||
form += render_tag(
|
form += render_tag(
|
||||||
'div',
|
'div',
|
||||||
attrs = {'class': 'form-group'},
|
|
||||||
content = hidden_tag( f_bound, f_name ) +
|
content = hidden_tag( f_bound, f_name ) +
|
||||||
typeahead_js(
|
typeahead_js(
|
||||||
f_name,
|
f_name,
|
||||||
|
|
Loading…
Reference in a new issue