Skip to content
Snippets Groups Projects
Commit 170f42a2 authored by kaiyou's avatar kaiyou
Browse files

Properly display unclaimed profiles

parent 74b1e9a2
No related branches found
No related tags found
1 merge request!20Add 'remember me' button
Pipeline #670 passed
......@@ -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>
......
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