X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b2d61af6200bf8281e5466a183eae491440f4c1a..1f49ab5c41b30ea9ce3db87b72999b845681cd64:/redakcja/templates/main.html diff --git a/redakcja/templates/main.html b/redakcja/templates/main.html index 51ef989c..ef14a514 100644 --- a/redakcja/templates/main.html +++ b/redakcja/templates/main.html @@ -1,6 +1,5 @@ {% extends "catalogue/base.html" %} {% load i18n %} -{% load thumbnail %} {% load static %} @@ -46,16 +45,7 @@

{% trans "See active organizations and join" %}

{% for org in organizations %} -
- - {% if org.logo %} - {% thumbnail org.logo "160x100" format="PNG" padding=True as th %} - - {% endthumbnail %} - {% endif %} -
{{ org.name }}
-
-
+ {% include "organizations/organization_box.html" %} {% endfor %} {% if more_organizations %}

{% trans "More organizations" %}