Browse Source

Fix : oubli de renoomage bft tag -> mbf tag

rewrite_authors
Maël Kervella 8 years ago
committed by Mael Kervella
parent
commit
b5bdf6fed8
  1. 2
      re2o/templatetags/massive_bootstrap_form.py
  2. 2
      topologie/templates/topologie/switch.html

2
re2o/templatetags/massive_bootstrap_form.py

@ -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
)

2
topologie/templates/topologie/switch.html

@ -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' %}

Loading…
Cancel
Save