mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Fix l'erreur sur l'utilisation du massive bootstrap form pour l'ipv4
This commit is contained in:
parent
9fbf17004a
commit
e546a2228a
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ def generate_ipv4_choices(form_obj):
|
||||||
"""
|
"""
|
||||||
f_ipv4 = form_obj.fields['ipv4']
|
f_ipv4 = form_obj.fields['ipv4']
|
||||||
used_mtype_id = []
|
used_mtype_id = []
|
||||||
choices = '{"":[{key:"",value:'+_("Select a machine type first.},")
|
choices = '{"":[{key:"",value:"'+_("Select a machine type first.") + '"}'
|
||||||
mtype_id = -1
|
mtype_id = -1
|
||||||
|
|
||||||
for ip in (f_ipv4.queryset
|
for ip in (f_ipv4.queryset
|
||||||
|
|
Loading…
Reference in a new issue