Skip to content
Snippets Groups Projects
Commit 173f8d66 authored by kaiyou's avatar kaiyou
Browse files

Display username for unclaimed profiles

parent 170f42a2
No related branches found
No related tags found
1 merge request!20Add 'remember me' button
Pipeline #671 passed
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment