diff --git a/templates/site/torrents/view.jet.html b/templates/site/torrents/view.jet.html index 4bbe1708..7a37bb64 100644 --- a/templates/site/torrents/view.jet.html +++ b/templates/site/torrents/view.jet.html @@ -98,15 +98,7 @@ {{ end }} - {{ if Torrent.VideoQuality != "" }} - - {{ T("tagtype_videoquality") }}: - - {{ T("tagvalue_"+Torrent.VideoQuality) }} - - - {{ end }} - {{ if len(Torrent.AcceptedTags) > 0 }} + {{ if len(Torrent.AcceptedTags) > 0 }} {{ T("accepted_tags")}}: @@ -128,6 +120,14 @@ {{ end }} + {{ if Torrent.VideoQuality != "" }} + + {{ T("tagtype_videoquality") }}: + + {{ T("tagvalue_"+Torrent.VideoQuality) }} + + + {{ end }}