mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add torrent private info
This commit is contained in:
parent
3ce3dfe77b
commit
7177cdb4fe
17 changed files with 76 additions and 0 deletions
|
|
@ -220,6 +220,18 @@
|
|||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
<tr>
|
||||
<td>
|
||||
{{ 'Private' | trans }}
|
||||
</td>
|
||||
<td>
|
||||
{% if file.private %}
|
||||
{{ 'Yes' | trans }}
|
||||
{% else %}
|
||||
{{ 'No' | trans }}
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
{% if file.source %}
|
||||
<tr>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue