From d9a2c1e72d2d70ff9cce2713a52d21c5785acee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Tue, 6 Mar 2018 16:06:44 +0000 Subject: [PATCH 1/2] Machines : dropdown in edit_interface form Replace the dropdown for the field user in the edit_interface HTML form with a massive_bootstrap_form. Related to https://gitlab.federez.net/federez/re2o/issues/73 --- machines/templates/machines/machine.html | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/templates/machines/machine.html b/machines/templates/machines/machine.html index c6f286fc..41f1d8fe 100644 --- a/machines/templates/machines/machine.html +++ b/machines/templates/machines/machine.html @@ -80,6 +80,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% csrf_token %} {% if machineform %}

Machine

+ {% massive_bootstrap_form machineform 'user' %} {% bootstrap_form machineform %} {% endif %} {% if interfaceform %} From ac75bba8427b4694902c38a58c205bb321a446ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Tue, 6 Mar 2018 16:34:17 +0000 Subject: [PATCH 2/2] Machines : Remove old form --- machines/templates/machines/machine.html | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/templates/machines/machine.html b/machines/templates/machines/machine.html index 41f1d8fe..0e7082f8 100644 --- a/machines/templates/machines/machine.html +++ b/machines/templates/machines/machine.html @@ -81,7 +81,6 @@ with this program; if not, write to the Free Software Foundation, Inc., {% if machineform %}

Machine

{% massive_bootstrap_form machineform 'user' %} - {% bootstrap_form machineform %} {% endif %} {% if interfaceform %}

Interface