forked from rDrama/rDrama
1
0
Fork 0

fix users being unclickable in user_listing.html

master
Aevann1 2022-11-01 20:24:18 +02:00
parent eed9ea6fb8
commit eb98740f97
1 changed files with 1 additions and 3 deletions

View File

@ -14,9 +14,7 @@
<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">
<a href="{{u.url}}">@{{u.username}}</a>
</h5>
<a class="card-title text-break stretched-link mb-0" href="{{u.url}}"><h5>@{{u.username}}</h5></a>
{% if v %}
{% if v.id!=u.id and not u.is_private and not u.is_nofollow %}