mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-02-02 01:54:13 +00:00
fix event message
This commit is contained in:
parent
3589d2eef4
commit
514b1ebc5d
@ -11,7 +11,7 @@
|
|||||||
{{ torrent.name }}
|
{{ torrent.name }}
|
||||||
</a>
|
</a>
|
||||||
{% if torrent.approved == false %}
|
{% if torrent.approved == false %}
|
||||||
#{{ torrent.id }} ({{ 'waiting for approve' | trans }})
|
({{ 'waiting for approve' | trans }})
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if torrent.status == false %}
|
{% if torrent.status == false %}
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
{{ torrent.name }}
|
{{ torrent.name }}
|
||||||
</a>
|
</a>
|
||||||
{% if torrent.approved == false %}
|
{% if torrent.approved == false %}
|
||||||
#{{ torrent.id }} ({{ 'waiting for approve' | trans }})
|
({{ 'waiting for approve' | trans }})
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if torrent.status == false %}
|
{% if torrent.status == false %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user