8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-06 22:24:06 +00:00

Merge branch 'better_dropdown' into 'master'

Better selection of user while editing interface

Closes #73

See merge request federez/re2o!93
This commit is contained in:
klafyvel 2018-03-06 17:45:02 +01:00
commit 082f684781

View file

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