fix random ":"

pull/2/head
Aevann1 2022-11-18 07:25:58 -08:00
parent f6fd64af08
commit 4ec307a209
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@
<span id="profile-mobile--alts"><a href="/@{{u.username}}/alts">Alts</a>:</span>
{% else %}
<span id="profile-mobile--alts">Alts:</span>
{% endif %}:
{% endif %}
<ul id="profile-mobile--alts-list">
{% for account in u.alts_unique if not account._alt_deleted and (v.can_see_shadowbanned or not account.shadowbanned) %}
<li><a href="{{account.url}}">@{{account.username}}</a>{% if account._is_manual %} [m]{% endif %}</li>