mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 15:21:01 +00:00
Add debugging on identity include
This commit is contained in:
parent
a9a797b411
commit
932cfe9243
2 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{% load activity_tags %}
|
||||
<div class="post user">
|
||||
<div class="post user" data-takahe-id="{{ identity.id }}">
|
||||
|
||||
<a href="{{ identity.urls.view }}">
|
||||
<img src="{{ identity.local_icon_url.relative }}" class="icon" alt="Avatar for {{ identity.name_or_handle }}" loading="lazy">
|
||||
|
|
|
@ -92,6 +92,4 @@
|
|||
<small>Edited {{ post.edited | timedeltashort }} ago</small>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<a class="whole-box" href="{{ post.urls.view }}" tabindex="-1"></a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue