feat: add deprecation banner on /aktualnosci page with redirect to /ogloszenia
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ee2d6c71e8
commit
bea43cab6e
@ -246,8 +246,17 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div style="background: #fef3c7; border: 1px solid #f59e0b; border-left: 4px solid #f59e0b; border-radius: var(--radius-lg); padding: var(--spacing-md) var(--spacing-lg); margin-bottom: var(--spacing-lg); display: flex; align-items: center; gap: var(--spacing-md);">
|
||||||
|
<span style="font-size: 1.3rem;">⚠️</span>
|
||||||
|
<div>
|
||||||
|
<strong style="color: #92400e;">Ta sekcja nie jest już rozwijana.</strong>
|
||||||
|
<span style="color: #78350f;"> Bieżące ogłoszenia i aktualności znajdziesz w nowej sekcji</span>
|
||||||
|
<a href="{{ url_for('announcements_list') }}" style="color: #d97706; font-weight: 600;">Aktualności →</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="events-header">
|
<div class="events-header">
|
||||||
<h1>Aktualności członków</h1>
|
<h1>Aktualności członków <span style="font-size: var(--font-size-sm); color: var(--text-secondary); font-weight: 400;">(archiwum)</span></h1>
|
||||||
<p class="events-meta">
|
<p class="events-meta">
|
||||||
<strong>{{ total_events }}</strong> wydarzeń z życia firm członkowskich
|
<strong>{{ total_events }}</strong> wydarzeń z życia firm członkowskich
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user