fix lastmessage timesince

This commit is contained in:
Laura Klünder 2024-03-29 20:06:14 +01:00
parent 8e09802c62
commit ce5cc025d8

View file

@ -35,7 +35,7 @@
<strong>Last Message:</strong>
{{ node.last_messages.any.datetime.date }} {{ node.last_messages.any.datetime|date:"H:i:s" }}
({% blocktrans trimmed with timesince=node.last_msg|timesince %}
({% blocktrans trimmed with timesince=node.last_messages.any.datetime|timesince %}
{{ timesince }} ago
{% endblocktrans %})
<br>