diff --git a/machines/templates/machines/machine.html b/machines/templates/machines/machine.html index bc1ac30f..1b8646ea 100644 --- a/machines/templates/machines/machine.html +++ b/machines/templates/machines/machine.html @@ -45,7 +45,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% bootstrap_form machineform %} {% endif %} {% if interfaceform %} - {% bootstrap_form_typeahead interfaceform 'ipv4,type' %} + {% bootstrap_form_typeahead interfaceform 'ipv4' %} {% endif %} {% if domainform %} {% bootstrap_form domainform %}