Browse Source

Prise en compte du prefix dans le bft tag

refactor_history
Maël Kervella 8 years ago
parent
commit
c8ae698bbf
  1. 2
      re2o/templatetags/bootstrap_form_typeahead.py

2
re2o/templatetags/bootstrap_form_typeahead.py

@ -209,7 +209,7 @@ def hidden_tag( f_bound, f_name ):
'input',
attrs={
'id': hidden_id( f_bound ),
'name': f_name,
'name': f_bound.html_name,
'type': 'hidden',
'value': f_bound.value() or ""
}

Loading…
Cancel
Save