]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/admin-downloads.html
Bug 11338: modified sizes
[people/shoehn/ipfire.org.git] / templates / admin-downloads.html
index ea4d5b9fb429c09d9ca8c03ff938cf4871424637..1e606b96e898ebb3ed7e248ce5c27a6572edecd4 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "admin-downloads-base.html" %}
+{% extends "base.html" %}
 
 {% block body %}
        <div id="post">
@@ -21,7 +21,7 @@
                </table>
 
                <h4>{{ _("Downloads by country") }}</h4>
-               {{ modules.StasyGeoTable(downloads_locations_today) }}
-               {{ modules.StasyGeoTable(downloads_locations_total) }}
+               {% module FireinfoGeoTable(downloads_locations_today) %}
+               {% module FireinfoGeoTable(downloads_locations_total) %}
        </div>
 {% end %}