mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-09-13 14:51:59 +00:00
fix scrape wanted condition
This commit is contained in:
parent
e0410390aa
commit
60e8a57dce
@ -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…
x
Reference in New Issue
Block a user