fix lastmessage timesince
This commit is contained in:
parent
8e09802c62
commit
ce5cc025d8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue