From 3ccd7f837bdaaa076c038506adf1f18c3ae30842 Mon Sep 17 00:00:00 2001 From: Maciej Pienczyn Date: Mon, 6 Apr 2026 19:39:13 +0200 Subject: [PATCH] fix(homepage): forum link anchors to reply, members tile always visible Co-Authored-By: Claude Opus 4.6 (1M context) --- templates/index.html | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/templates/index.html b/templates/index.html index c04b6cc..b94c2bc 100755 --- a/templates/index.html +++ b/templates/index.html @@ -1156,7 +1156,7 @@ {% if latest_forum_topic_for_reply %} - +
💬 Najnowszy wpis na forum @@ -1174,8 +1174,7 @@ {% endif %} - - {% if latest_admitted %} +
🏢 @@ -1184,6 +1183,7 @@ · Rada {{ last_meeting.meeting_date.strftime('%d.%m.%Y') }} {% endif %}
+ {% if latest_admitted %}
{% for company in latest_admitted[:4] %}
@@ -1200,20 +1200,13 @@
+ {{ latest_admitted|length - 4 }} więcej
{% endif %}
+ {% else %} +
Wkrótce informacje o nowych członkach przyjętych na posiedzeniu Rady.
+ {% endif %}
- Zobacz wszystkich nowych członków → + Zobacz wszystkich członków →
- {% elif last_meeting %} - -
-
- 🏢 - Nowi członkowie Izby -
-
Brak nowych firm przyjętych na ostatnim posiedzeniu Rady.
-
- {% endif %}