fix: correct messages endpoint in user_profile template
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-03-12 10:46:00 +01:00
parent f886bfcea0
commit 8c187ea0b3

View File

@ -236,7 +236,7 @@
{% if current_user.is_authenticated and current_user.id != profile_user.id %}
<div class="contact-actions">
<a href="{{ url_for('messages.compose', recipient=profile_user.id) }}" class="contact-btn primary">
<a href="{{ url_for('messages.messages_new', to=profile_user.id) }}" class="contact-btn primary">
<svg fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24">
<path d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/>
</svg>