From 7cc247887294247151329f7c969aecfdd6660f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Sat, 7 Oct 2017 00:36:55 +0000 Subject: [PATCH] =?UTF-8?q?Ajoute=20des=20titres=20dans=20le=20form=20pour?= =?UTF-8?q?=20plus=20de=20claret=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- machines/templates/machines/machine.html | 3 +++ 1 file changed, 3 insertions(+) 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" %}