diff --git a/hiboo/profile/templates/profile_list.html b/hiboo/profile/templates/profile_list.html
index fb14db70bc2a01cbd92a2e8b5fecc0fad4dd8771..50f449509bb1d25f14be80e31bbd1013a67e956b 100644
--- a/hiboo/profile/templates/profile_list.html
+++ b/hiboo/profile/templates/profile_list.html
@@ -29,6 +29,8 @@
             {% if profile.user_uuid %}
             <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>
             {% endif %}
             <td>{{ profile.status }}</td>
             <td>{{ profile.created_at.date() }}</td>