mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
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
This commit is contained in:
parent
92c5a084e5
commit
d9a2c1e72d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue