mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-16 00:13:12 +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',
|
'input',
|
||||||
attrs={
|
attrs={
|
||||||
'id': hidden_id( f_bound ),
|
'id': hidden_id( f_bound ),
|
||||||
'name': f_name,
|
'name': f_bound.html_name,
|
||||||
'type': 'hidden',
|
'type': 'hidden',
|
||||||
'value': f_bound.value() or ""
|
'value': f_bound.value() or ""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue