Fixed option display because it was the 'displayed' id ('m' prefix) and not the real one
This commit is contained in:
parent
6d1bfcead1
commit
9a9a030ef6
|
@ -62,7 +62,7 @@
|
|||
|
||||
<span class='option'>
|
||||
{{ p_icon.option | raw }}
|
||||
{% for option in f_options(id_machine_cluster) %}
|
||||
{% for option in f_options(machine_cluster.id_machine_cluster) %}
|
||||
<span class='ignore'>
|
||||
<span>{{ option.name }}</span>
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue