mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-13 02:41:08 +00:00
13 lines
337 B
HTML
13 lines
337 B
HTML
{% load activity_tags %}
|
|
<div class="post user" data-takahe-id="{{ identity.id }}">
|
|
|
|
<div class="post-banner">
|
|
{% include "identity/_identity_banner.html" with identity=identity %}
|
|
{% if created %}
|
|
<time>
|
|
{{ event.created | timedeltashort }}
|
|
</time>
|
|
{% endif %}
|
|
</div>
|
|
|
|
</div>
|