We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e89925 + 1c94b80 commit 15a4a41Copy full SHA for 15a4a41
site/templates/organization.html
@@ -204,7 +204,7 @@ <h1 class="text-sectionTitle mb-2 pl-1 text-2xl">Potrzebne produkty</h1>
204
205
<!-- Progressive grid layout: 1 col mobile, 3 md, 4 lg -->
206
<div class="products-grid">
207
- {% for produkt in s %}
+ {% for produkt in data.produkty %}
208
<div class="product-tile">
209
<a href="{{ produkt.link }}" target="_blank" class="flex flex-col h-full group">
210
<div class="flex justify-between items-start mb-2">
0 commit comments