lib.itmens/social/templates/event/follow_requested.html
2024-04-20 14:07:57 -04:00

13 lines
612 B
HTML

{% load i18n %}
{% load bleach_tags %}
{% trans 'requested to follow you' %}
<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:copy"
onmouseleave="$(this).removeAttr('data-tooltip')"
onclick="navigator.clipboard.writeText(this.innerText);$(this).data('tooltip','copied');">@{{ event.identity.full_handle }}</code>
</div>
<blockquote class="tldr" _="on click toggle .tldr on me">
{{ event.identity.summary|bleach:"a,p,span,br"|default:"" }}
</blockquote>