fix: correct endpoint name auth.konto_integracje (not account_integrations)
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:
Maciej Pienczyn 2026-02-19 16:08:25 +01:00
parent f8891d6f28
commit 74203e8ef3
2 changed files with 2 additions and 2 deletions

View File

@ -300,7 +300,7 @@
{% endif %}
<div style="margin-top: var(--spacing-sm); font-size: 11px; opacity: 0.5;">
Publikowanie nie działa? Zmiana hasła FB lub usunięcie aplikacji wymaga ponownego połączenia w
<a href="{{ url_for('auth.account_integrations') }}" style="color: white; text-decoration: underline;">Integracje</a>.
<a href="{{ url_for('auth.konto_integracje') }}" style="color: white; text-decoration: underline;">Integracje</a>.
</div>
</div>
{% endfor %}

View File

@ -483,7 +483,7 @@
{% elif post.status == 'scheduled' %}Zaplanowany
{% elif post.status == 'published' %}Opublikowany
{% elif post.status == 'failed' %}<span style="color: var(--error);">Błąd publikacji</span>
— sprawdź połączenie z Facebookiem w <a href="{{ url_for('auth.account_integrations') }}">Integracje</a>. Jeśli połączenie działa, kliknij "Spróbuj ponownie".
— sprawdź połączenie z Facebookiem w <a href="{{ url_for('auth.konto_integracje') }}">Integracje</a>. Jeśli połączenie działa, kliknij "Spróbuj ponownie".
{% else %}{{ post.status }}{% endif %}
{% if post.creator %}
| <strong>Autor:</strong> {{ post.creator.name }}