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

Fix : oubli de renoomage bft tag -> mbf tag

This commit is contained in:
Maël Kervella 2017-10-18 19:48:30 +00:00 committed by Mael Kervella
parent 09a32d3085
commit 6facea3272
2 changed files with 2 additions and 2 deletions

View file

@ -240,7 +240,7 @@ class MBFForm():
self.engine.get(name, None),
self.match_func.get(name, None),
self.update_on.get(name, None),
self.update_on.get(name, True),
self.gen_select.get(name, True),
*self.args,
**self.kwargs
)

View file

@ -53,7 +53,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% massive_bootstrap_form machineform 'user' %}
{% endif %}
{% if interfaceform %}
{% if i_bft_param %}
{% if i_mbf_param %}
{% massive_bootstrap_form interfaceform 'ipv4,machine' mbf_param=i_mbf_param %}
{% else %}
{% massive_bootstrap_form interfaceform 'ipv4,machine' %}