Adding mention notifications
This commit is contained in:
parent
510bf923b0
commit
bbbc7655a0
3 changed files with 30 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue