fix activity template

This commit is contained in:
ghost 2023-10-25 18:49:56 +03:00
parent 6bc2c360a3
commit 1c9de9b275

View File

@ -8,9 +8,6 @@
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> <a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
{{ torrent.name }} {{ torrent.name }}
</a> </a>
{% if torrent.approved == false %}
#{{ torrent.id }} ({{ 'waiting for approve' | trans }})
{% endif %}
{% else %} {% else %}
{% if torrent.approved == false %} {% if torrent.approved == false %}
#{{ torrent.id }} ({{ 'waiting for approve' | trans }}) #{{ torrent.id }} ({{ 'waiting for approve' | trans }})