]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/tracker-torrent-detail.html
Migrate all modules to newer versions of tornado.
[people/shoehn/ipfire.org.git] / templates / tracker-torrent-detail.html
index a4d8c52da0123b259fcd4bd3535ddceefcb20d43..09f1c32a86a8b6253b1819d123cb29473dbf5f1a 100644 (file)
 
        {% if peers %}
                <h3>{{ _("Peers") }}</h3>
-               {{ modules.TrackerPeerList(peers, percentages=True) }}
+               {% module TrackerPeerList(peers, percentages=True) %}
        {% end %}
 
        {% if seeds %}
                <h3>{{ _("Seeds") }}</h3>
-               {{ modules.TrackerPeerList(seeds) }}
+               {% module TrackerPeerList(seeds) %}
        {% end %}
 {% end block %}