mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix scrape wanted condition
This commit is contained in:
parent
e0410390aa
commit
60e8a57dce
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
{{ torrent.file.name }}
|
{{ torrent.file.name }}
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
{% if torrent.scrape.leechers == 0 and torrent.scrape.leechers == 0 %}
|
{% if torrent.scrape.leechers > 0 and torrent.scrape.seeders == 0 %}
|
||||||
<span class="label label-green margin-l-4-px font-size-10-px position-relative top--2 cursor-default"
|
<span class="label label-green margin-l-4-px font-size-10-px position-relative top--2 cursor-default"
|
||||||
title="{{ 'Active leechers waiting for seeders' | trans }}">
|
title="{{ 'Active leechers waiting for seeders' | trans }}">
|
||||||
{{ 'wanted' | trans }}
|
{{ 'wanted' | trans }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue