From 1c9de9b27560cc007d7248ba6bd013c1e8155622 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 25 Oct 2023 18:49:56 +0300 Subject: [PATCH] fix activity template --- templates/default/activity/event/torrent/add.html.twig | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/default/activity/event/torrent/add.html.twig b/templates/default/activity/event/torrent/add.html.twig index 42e2c30..11712a2 100644 --- a/templates/default/activity/event/torrent/add.html.twig +++ b/templates/default/activity/event/torrent/add.html.twig @@ -8,9 +8,6 @@ {{ torrent.name }} - {% if torrent.approved == false %} - #{{ torrent.id }} ({{ 'waiting for approve' | trans }}) - {% endif %} {% else %} {% if torrent.approved == false %} #{{ torrent.id }} ({{ 'waiting for approve' | trans }})