From 08eaffe245303818069df3332eece11f41a0bd8e Mon Sep 17 00:00:00 2001 From: Matej Cotman Date: Thu, 24 Apr 2014 23:46:40 +0000 Subject: add multi theming support --- searx/templates/result_templates/torrent.html | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 searx/templates/result_templates/torrent.html (limited to 'searx/templates/result_templates/torrent.html') diff --git a/searx/templates/result_templates/torrent.html b/searx/templates/result_templates/torrent.html deleted file mode 100644 index 6c62793a5..000000000 --- a/searx/templates/result_templates/torrent.html +++ /dev/null @@ -1,7 +0,0 @@ -
-

{{ result.title|safe }}

- {% if result.content %}

{{ result.content|safe }}

{% endif %} -

Seed: {{ result.seed }}, Leech: {{ result.leech }}

-

magnet link

-

{{ result.pretty_url }}

-
-- cgit v1.2.3