up display one event

This commit is contained in:
Tykayn 2025-09-26 17:40:12 +02:00 committed by tykayn
parent 98c40b2447
commit 0f4d3c0ace

View file

@ -173,9 +173,8 @@
{% elif key in ['start', 'stop', 'createdate', 'lastupdate'] and value %} {% elif key in ['start', 'stop', 'createdate', 'lastupdate'] and value %}
{{ value }} {{ value }}
<small style="display: block; color: #6c757d;"> <small style="display: block; color: #6c757d;">
<script> {{ value }}
document.write(formatDate('{{ value }}'));
</script>
</small> </small>
{% elif key == 'url' and value %} {% elif key == 'url' and value %}
<a href="{{ value }}" target="_blank" style="color: #0078ff;"> <a href="{{ value }}" target="_blank" style="color: #0078ff;">