]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/wishlist/modules/wishlist.html
Migrate all modules to newer versions of tornado.
[people/shoehn/ipfire.org.git] / templates / wishlist / modules / wishlist.html
index f5d1f1c7505cb1b976b6dae70d39ce3913e63c87..6d3710160060f4d59e8ffeab06d4e32ddb06df70 100644 (file)
@@ -1,5 +1,5 @@
 <ul class="thumbnails wishes">
        {% for wish in wishes %}
-               {{ modules.Wish(wish, short=short) }}
+               {% module Wish(wish, short=short) %}
        {% end %}
 </ul>