mirror of
https://github.com/zvx-echo6/central.git
synced 2026-05-21 18:14:44 +02:00
fix: remove isoformat() call on already-formatted time string
This commit is contained in:
parent
482b53404d
commit
2852f4c850
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
<tr data-row-idx="{{ loop.index0 }}"
|
<tr data-row-idx="{{ loop.index0 }}"
|
||||||
data-adapter="{{ event.adapter }}"
|
data-adapter="{{ event.adapter }}"
|
||||||
data-category="{{ event.category }}"
|
data-category="{{ event.category }}"
|
||||||
data-time="{{ event.time.isoformat() }}"
|
data-time="{{ event.time }}"
|
||||||
data-subject="{{ event.subject or '' }}"
|
data-subject="{{ event.subject or '' }}"
|
||||||
{% if event.geometry %}data-geometry='{{ event.geometry | tojson }}'{% endif %}>
|
{% if event.geometry %}data-geometry='{{ event.geometry | tojson }}'{% endif %}>
|
||||||
<td>{{ event.time }}</td>
|
<td>{{ event.time }}</td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue