Merge pull request from SchrodingersGat/tweaks

"Active" part toggle is always enabled
This commit is contained in:
Oliver 2020-06-22 11:33:39 +10:00 committed by GitHub
commit 8ac23c080f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 %}