X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9ebb05623b3899331e8ecd1348c596b758acfcfc..92cd6e14d1d6ea7b93f6fc9694b93c782a8bbc8b:/apps/sponsors/templates/sponsors/page.html diff --git a/apps/sponsors/templates/sponsors/page.html b/apps/sponsors/templates/sponsors/page.html index d7e7ea9a0..c2f534e07 100644 --- a/apps/sponsors/templates/sponsors/page.html +++ b/apps/sponsors/templates/sponsors/page.html @@ -1,11 +1,11 @@
{% for column in sponsors %} -
-

{{ column.name }}

+
+

{{ column.name|default:" " }}

{% for sponsor in column.sponsors %} -
{% if sponsor.url %}{% endif %}{% if sponsor.url %}{% endif %}
+
{% if sponsor.url %}{% endif %}{% if sponsor.url %}{% endif %}
{% endfor %}
{% endfor %} -
+