fix: last_run is already a formatted string, not datetime
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
d338e1aad6
commit
1fdfc11877
@ -144,7 +144,7 @@
|
||||
<h1>Raport audytu Social Media</h1>
|
||||
{% if summary.last_run %}
|
||||
<p style="color: var(--text-secondary); font-size: var(--font-size-sm); margin: 4px 0 0;">
|
||||
Skanowanie: {{ summary.last_run.strftime('%d.%m.%Y %H:%M') }}
|
||||
Skanowanie: {{ summary.last_run }}
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user