diff --git a/nyaa/templates/search_results.html b/nyaa/templates/search_results.html index 0859e4b..1bf03b5 100644 --- a/nyaa/templates/search_results.html +++ b/nyaa/templates/search_results.html @@ -55,11 +55,11 @@ + {% set icon_dir = config.SITE_FLAVOR %} {% set torrents = torrent_query if use_elastic else torrent_query.items %} {% for torrent in torrents %} {% set cat_id = use_elastic and ((torrent.main_category_id|string) + '_' + (torrent.sub_category_id|string)) or torrent.sub_category.id_as_string %} - {% set icon_dir = config.SITE_FLAVOR %} {% if use_elastic %}