Adding mention notifications

This commit is contained in:
Yusur 2019-10-11 14:53:13 +02:00
parent 510bf923b0
commit bbbc7655a0
3 changed files with 30 additions and 5 deletions

View file

@ -13,5 +13,5 @@
{% elif message.privacy == 3 %} Only me
{% endif %}
-
<time datetime="{{ message.pub_date.isoformat() }}">{{ message.pub_date | human_date }}</time>
<time datetime="{{ message.pub_date.isoformat() }}" title="{{ message.pub_date.ctime() }}">{{ message.pub_date | human_date }}</time>
</p>