mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix event message
This commit is contained in:
parent
3589d2eef4
commit
514b1ebc5d
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue