fix options output for bool type (#34074)

pull/34081/head
Jordan Borean 7 years ago committed by John R Barker
parent 78a14d7966
commit 0880297909

@ -119,7 +119,7 @@ Options
{# choices #}
<td>
<div class="cell-border">
{% if value.type == 'boolean' %}
{% if value.type == 'bool' %}
<ul>
<li>yes</li>
<li>no</li>

Loading…
Cancel
Save