lib.itmens/social/templates/event/follow_requested.html
2024-04-19 21:36:09 -04:00

12 lines
599 B
HTML

{% load bleach_tags %}
requested to follow you
<blockquote class="tldr" _="on click toggle .tldr on me">
<div>
<span class="action">{% include 'users/profile_actions.html' with show_home=1 identity=event.identity %}</span>
<code class="{{ event.identity.id }}_handler"
style="cursor:pointer"
onmouseleave="$(this).removeAttr('data-tooltip')"
onclick="navigator.clipboard.writeText(this.innerText);$(this).data('tooltip','copied');">@{{ event.identity.full_handle }}</code>
</div>
{{ event.identity.summary|bleach:"a,p,span,br"|default:"" }}
</blockquote>