Fix identity template with new banner
This commit is contained in:
parent
31187c99b2
commit
f7baea2756
|
@ -1,15 +1,13 @@
|
||||||
{% load activity_tags %}
|
{% load activity_tags %}
|
||||||
<div class="post user" data-takahe-id="{{ identity.id }}">
|
<div class="post user" data-takahe-id="{{ identity.id }}">
|
||||||
|
|
||||||
|
<div class="post-banner">
|
||||||
{% include "identity/_identity_banner.html" with identity=identity %}
|
{% include "identity/_identity_banner.html" with identity=identity %}
|
||||||
|
|
||||||
{% if created %}
|
{% if created %}
|
||||||
<time>
|
<time>
|
||||||
{{ event.created | timedeltashort }}
|
{{ event.created | timedeltashort }}
|
||||||
</time>
|
</time>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
|
||||||
<a href="{{ identity.urls.view }}" class="handle">
|
|
||||||
{{ identity.html_name_or_handle }} <small>@{{ identity.handle }}</small>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue