Skip to content

Commit 15a4a41

Browse files
authored
Merge pull request #59 from wyslijco/dodanie_pierwszych_organizacji_na_start
fix: naprawienie szablonu organizacji - nie wyswietlal listy produktów
2 parents 4e89925 + 1c94b80 commit 15a4a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/templates/organization.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ <h1 class="text-sectionTitle mb-2 pl-1 text-2xl">Potrzebne produkty</h1>
204204

205205
<!-- Progressive grid layout: 1 col mobile, 3 md, 4 lg -->
206206
<div class="products-grid">
207-
{% for produkt in s %}
207+
{% for produkt in data.produkty %}
208208
<div class="product-tile">
209209
<a href="{{ produkt.link }}" target="_blank" class="flex flex-col h-full group">
210210
<div class="flex justify-between items-start mb-2">

0 commit comments

Comments
 (0)