diff --git a/templates/site/user/torrents.jet.html b/templates/site/user/torrents.jet.html index fe694d48..a4213a88 100644 --- a/templates/site/user/torrents.jet.html +++ b/templates/site/user/torrents.jet.html @@ -12,7 +12,6 @@ {{ T("date")}} {{ range i, t := UserProfile.Torrents }} - {{ if DisplayTorrent(t, User) }} {{ torrent := t.ToJSON() }} @@ -53,7 +52,6 @@ {{torrent.Date}} {{end}} - {{end}}