diff --git a/web/pandas/index.html b/web/pandas/index.html index 4c4c593fb76c6..2d5e44d725138 100644 --- a/web/pandas/index.html +++ b/web/pandas/index.html @@ -44,12 +44,12 @@
Community
With the support of:
{% for row in sponsors.active | batch(6, "") %} -
+
{% for company in row %} -
+
{% if company %} - {{ company.name }} + {{ company.name }} {% endif %}