diff --git a/machines/templates/machines/machine.html b/machines/templates/machines/machine.html index f325791d..6982ae1a 100644 --- a/machines/templates/machines/machine.html +++ b/machines/templates/machines/machine.html @@ -43,9 +43,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% csrf_token %} {% if machineform %} +

Machine

{% bootstrap_form machineform %} {% endif %} {% if interfaceform %} +

Interface

{% if i_choices %} {% if i_match_func %} {% bootstrap_form_typeahead interfaceform 'ipv4' choices=i_choices match_func=i_match_func %} @@ -61,6 +63,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% endif %} {% endif %} {% if domainform %} +

Domaine

{% bootstrap_form domainform %} {% endif %} {% bootstrap_button "Créer ou modifier" button_type="submit" icon="star" %}