Merge pull request #875 from SchrodingersGat/tweaks
"Active" part toggle is always enabled
This commit is contained in:
commit
8ac23c080f
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue