fix user search being broken

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-01 20:21:43 +02:00
parent d5812096af
commit eed9ea6fb8
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@
<div class="card-body" style="word-wrap: break-word;">
<div class="d-flex flex-wrap justify-content-between align-items-center mb-1">
<h5 class="card-title text-break stretched-link mb-0" href="{{u.url}}">@{{u.username}}</h5>
<h5 class="card-title text-break stretched-link mb-0">
<a href="{{u.url}}">@{{u.username}}</a>
</h5>
{% if v %}
{% if v.id!=u.id and not u.is_private and not u.is_nofollow %}