mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Prise en compte du prefix dans le bft tag
This commit is contained in:
parent
946694b879
commit
c8ae698bbf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue