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
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
f8891d6f28
commit
74203e8ef3
@ -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 %}
|
||||
|
||||
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user