diff --git a/hiboo/profile/templates/profile_list.html b/hiboo/profile/templates/profile_list.html index 50f449509bb1d25f14be80e31bbd1013a67e956b..9486d852d5e0683d6d53e6238cf1438873468389 100644 --- a/hiboo/profile/templates/profile_list.html +++ b/hiboo/profile/templates/profile_list.html @@ -30,7 +30,8 @@ <td><a href="{{ url_for("profile.details", profile_uuid=profile.uuid) }}">{{ profile.username }}</a></td> <td><a href="{{ url_for("user.details", user_uuid=profile.user_uuid) }}">{{ profile.user.username }}</a></td> {% else %} - <td>-</td><td>-</td> + <td>{{ profile.username }}</td> + <td>-</td> {% endif %} <td>{{ profile.status }}</td> <td>{{ profile.created_at.date() }}</td>