mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-15 03:04:28 +00:00
Tweak internal remote profile
This commit is contained in:
parent
c8c8813f5d
commit
fb97c66681
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@
|
|||
<div class="actor-inline">
|
||||
<div style="font-weight:bold">{{ (actor.name or actor.preferredUsername) | clean | replace_custom_emojis(actor) | safe }}</div>
|
||||
<small class="lcolor">@{{ actor.preferredUsername }}@{{ actor | url_or_id | get_url | domain }}</small>
|
||||
{% if actor.manuallyApprovesFollowers %}<p><small>Manually approves followers</small></p>{% endif %}
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Reference in a new issue