Fix identity template with new banner

This commit is contained in:
Andrew Godwin 2022-12-26 10:53:46 -07:00
parent 31187c99b2
commit f7baea2756
1 changed files with 8 additions and 10 deletions

View File

@ -1,15 +1,13 @@
{% load activity_tags %}
<div class="post user" data-takahe-id="{{ identity.id }}">
{% include "identity/_identity_banner.html" with identity=identity %}
<div class="post-banner">
{% include "identity/_identity_banner.html" with identity=identity %}
{% if created %}
<time>
{{ event.created | timedeltashort }}
</time>
{% endif %}
</div>
{% if created %}
<time>
{{ event.created | timedeltashort }}
</time>
{% endif %}
<a href="{{ identity.urls.view }}" class="handle">
{{ identity.html_name_or_handle }} <small>@{{ identity.handle }}</small>
</a>
</div>