]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/wishlist/modules/wishlist.html
Migrate all modules to newer versions of tornado.
[people/shoehn/ipfire.org.git] / templates / wishlist / modules / wishlist.html
1 <ul class="thumbnails wishes">
2 {% for wish in wishes %}
3 {% module Wish(wish, short=short) %}
4 {% end %}
5 </ul>