From 5aebc822bfe3e528decda8b8d74edac40aa60597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Thu, 5 Oct 2017 23:44:52 +0000 Subject: [PATCH] Utilise bootstrap_form_typeahead seulement sur les ip --- machines/templates/machines/machine.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}