fix(membership): legal form from business_type_label + blue print button
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
This commit is contained in:
parent
8538fdac1a
commit
cb1409bf09
@ -850,7 +850,7 @@
|
||||
<button class="btn-action btn-review" onclick="startReview()">
|
||||
Rozpocznij rozpatrywanie
|
||||
</button>
|
||||
<a href="{{ url_for('admin.admin_membership_print', app_id=application.id) }}" target="_blank" class="btn-action" style="background: var(--primary); color: white; margin-top: 8px; text-decoration: none; text-align: center; display: block;">
|
||||
<a href="{{ url_for('admin.admin_membership_print', app_id=application.id) }}" target="_blank" class="btn-action" style="background: #3b82f6; color: white; margin-top: 8px; text-decoration: none; text-align: center; display: block;">
|
||||
🖨 Drukuj deklarację (PDF)
|
||||
</a>
|
||||
</div>
|
||||
@ -898,7 +898,7 @@
|
||||
<button class="btn-action btn-reject" onclick="openRejectModal()">
|
||||
✗ Odrzuć
|
||||
</button>
|
||||
<a href="{{ url_for('admin.admin_membership_print', app_id=application.id) }}" target="_blank" class="btn-action" style="background: var(--primary); color: white; margin-top: 8px; text-decoration: none; text-align: center; display: block;">
|
||||
<a href="{{ url_for('admin.admin_membership_print', app_id=application.id) }}" target="_blank" class="btn-action" style="background: #3b82f6; color: white; margin-top: 8px; text-decoration: none; text-align: center; display: block;">
|
||||
🖨 Drukuj deklarację (PDF)
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@ -234,7 +234,7 @@
|
||||
</div>
|
||||
<div class="field">
|
||||
<p class="field-label">Forma prawna</p>
|
||||
<p class="field-value">{{ (app.registry_data.get('legal_form') or app.registry_data.get('forma_prawna')) if app.registry_data and app.registry_data is mapping else '---' }}</p>
|
||||
<p class="field-value">{{ app.business_type_label or '---' }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user