takahe/templates/activities/_identity.html

14 lines
349 B
HTML
Raw Normal View History

2022-11-17 17:52:00 -08:00
{% load activity_tags %}
2022-12-21 12:09:12 -08:00
<div class="post user" data-takahe-id="{{ identity.id }}">
2022-11-17 17:52:00 -08:00
2022-12-26 09:53:46 -08:00
<div class="post-banner">
{% include "identity/_identity_banner.html" with identity=identity %}
{% if created %}
2023-01-09 08:58:17 -08:00
<time>
{{ event.created | timedeltashort }}
</time>
2022-12-26 09:53:46 -08:00
{% endif %}
</div>
2022-11-17 17:52:00 -08:00
</div>