Browse Source

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
squash_migration
Maël Kervella 8 years ago
parent
commit
d9a2c1e72d
  1. 1
      machines/templates/machines/machine.html

1
machines/templates/machines/machine.html

@ -80,6 +80,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% csrf_token %} {% csrf_token %}
{% if machineform %} {% if machineform %}
<h3>Machine</h3> <h3>Machine</h3>
{% massive_bootstrap_form machineform 'user' %}
{% bootstrap_form machineform %} {% bootstrap_form machineform %}
{% endif %} {% endif %}
{% if interfaceform %} {% if interfaceform %}

Loading…
Cancel
Save