mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-09 03:16:25 +00:00
Fix : oubli de renoomage bft tag -> mbf tag
This commit is contained in:
parent
09a32d3085
commit
6facea3272
2 changed files with 2 additions and 2 deletions
|
@ -240,7 +240,7 @@ class MBFForm():
|
||||||
self.engine.get(name, None),
|
self.engine.get(name, None),
|
||||||
self.match_func.get(name, None),
|
self.match_func.get(name, None),
|
||||||
self.update_on.get(name, None),
|
self.update_on.get(name, None),
|
||||||
self.update_on.get(name, True),
|
self.gen_select.get(name, True),
|
||||||
*self.args,
|
*self.args,
|
||||||
**self.kwargs
|
**self.kwargs
|
||||||
)
|
)
|
||||||
|
|
|
@ -53,7 +53,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
{% massive_bootstrap_form machineform 'user' %}
|
{% massive_bootstrap_form machineform 'user' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if interfaceform %}
|
{% if interfaceform %}
|
||||||
{% if i_bft_param %}
|
{% if i_mbf_param %}
|
||||||
{% massive_bootstrap_form interfaceform 'ipv4,machine' mbf_param=i_mbf_param %}
|
{% massive_bootstrap_form interfaceform 'ipv4,machine' mbf_param=i_mbf_param %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% massive_bootstrap_form interfaceform 'ipv4,machine' %}
|
{% massive_bootstrap_form interfaceform 'ipv4,machine' %}
|
||||||
|
|
Loading…
Reference in a new issue