]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/admin-downloads.html
Migrate all modules to newer versions of tornado.
[people/shoehn/ipfire.org.git] / templates / admin-downloads.html
index ea4d5b9fb429c09d9ca8c03ff938cf4871424637..2ce8aa0d3d6dff41b036dc898a0d0bf378d4e85d 100644 (file)
@@ -21,7 +21,7 @@
                </table>
 
                <h4>{{ _("Downloads by country") }}</h4>
-               {{ modules.StasyGeoTable(downloads_locations_today) }}
-               {{ modules.StasyGeoTable(downloads_locations_total) }}
+               {% module StasyGeoTable(downloads_locations_today) %}
+               {% module StasyGeoTable(downloads_locations_total) %}
        </div>
 {% end %}