Adds published date separate from created date
This commit is contained in:
parent
984c04a374
commit
e45b04f22e
7 changed files with 29 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
{% include 'snippets/username.html' with user=activity.user %}
|
||||
{{ content | safe }}
|
||||
<span class="time-ago">
|
||||
{{ activity.created_date | naturaltime }}
|
||||
{{ activity.published_date | naturaltime }}
|
||||
</span>
|
||||
</h2>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue