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 }}