From 872dd984b36cb0a534285b394ef8b3c64ea36e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=A9fir=20Destiny?= Date: Thu, 12 Dec 2019 22:29:55 +0100 Subject: [PATCH] Better --- templates/latest.html | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/templates/latest.html b/templates/latest.html index 5bad855..24b110b 100644 --- a/templates/latest.html +++ b/templates/latest.html @@ -23,17 +23,17 @@ {% for torrent in torrents %} + + +   + {{ torrent.lang.value }} + + {{ torrent.name|boldify|safe }} + + {% if torrent.self.is_light %} - - -   - {{ torrent.lang.value }} - - {{ torrent.name|boldify|safe }} - - {{ torrent.date }} @@ -41,15 +41,6 @@ {{ torrent.type }} {% else %} - - -   - {{ torrent.lang.value }} - - {{ torrent.name|boldify|safe }} - - {{ torrent.link|safe }} {{ torrent.comment|safe }}