implement torrent sensitive edit features #11

This commit is contained in:
ghost 2023-10-08 16:02:38 +03:00
parent cbda078c38
commit b81d973331
7 changed files with 499 additions and 108 deletions

View file

@ -58,11 +58,7 @@
</div>
</div>
<div class="margin-y-16-px">
<input type="checkbox"
name="sensitive"
id="sensitive"
value="true"
{% if form.sensitive.attribute.value %}checked="checked"{% endif %} />
<input type="checkbox" name="sensitive" id="sensitive" value="true" {% if form.sensitive.attribute.value %}checked="checked"{% endif %} />
<label for="sensitive">
{{'Sensitive'|trans }}
</label>