forked from MarseyWorld/MarseyWorld
fix users being unclickable in user_listing.html
parent
eed9ea6fb8
commit
eb98740f97
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue