Add debugging on identity include

This commit is contained in:
Andrew Godwin 2022-12-21 20:09:12 +00:00
parent a9a797b411
commit 932cfe9243
2 changed files with 1 additions and 3 deletions

View file

@ -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">

View file

@ -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>