8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +00:00

Fix: JS BFT: Pas besoin de class pour un div sans elt visible

This commit is contained in:
Maël Kervella 2017-10-07 21:57:45 +00:00
parent 57dda68710
commit 5414dd34aa

View file

@ -175,7 +175,6 @@ def bootstrap_form_typeahead(django_form, typeahead_fields, *args, **kwargs):
)
form += render_tag(
'div',
attrs = {'class': 'form-group'},
content = hidden_tag( f_bound, f_name ) +
typeahead_js(
f_name,