remotes/1693045480750635534/spooky-22
Aevann1 2021-09-08 09:08:43 +02:00
parent 6380b2ef9a
commit bcf5acbfdb
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
{% for p in listing %}
{% if v.id == 1 %}
sex
{% endif %}
<script>
var date = new Date('{{p.created_datetime}}');
document.getElementById('timestamp-{{p.id}}').title = date.toString();