Add not joined rank

This commit is contained in:
rubenwardy
2018-03-20 04:03:13 +00:00
parent 73f24add61
commit 363f9d8016
3 changed files with 16 additions and 6 deletions

View File

@@ -13,6 +13,14 @@
<td>Name</td>
<td>{{ package.name }}</td>
</tr>
<tr>
<td>Author</td>
<td>
<a href="{{ url_for('user_profile_page', username=package.author.username) }}">
{{ package.author.display_name }}
</a>
</td>
</tr>
<tr>
<td>Type</td>
<td>{{ package.type.value }}</td>