Fix identity template with new banner
This commit is contained in:
parent
31187c99b2
commit
f7baea2756
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue