mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
implement torrent sensitive edit features #11
This commit is contained in:
parent
cbda078c38
commit
b81d973331
7 changed files with 499 additions and 108 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue