up display one event
This commit is contained in:
parent
98c40b2447
commit
0f4d3c0ace
1 changed files with 2 additions and 3 deletions
|
@ -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;">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue