"Active" part toggle is always enabled

This commit is contained in:
Oliver Walters 2020-06-22 11:27:59 +10:00
parent da70af7ba0
commit fa3d2d005a

View File

@ -191,7 +191,7 @@
</tr>
<tr>
<td><b>{% trans "Active" %}</b></td>
<td>{% include "slide.html" with state=part.active field='active' %}</td>
<td>{% include "slide.html" with state=part.active field='active' disabled=False %}</td>
{% if part.active %}
<td>{% trans "Part is active" %}</td>
{% else %}