diff options
Diffstat (limited to 'app/templates/packages/view.html')
| -rw-r--r-- | app/templates/packages/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 47d74ea..808e176 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -39,7 +39,7 @@ </tr> <tr> <td>Author</td> - <td> + <td class="{{ package.author.rank }}"> <a href="{{ url_for('user_profile_page', username=package.author.username) }}"> {{ package.author.display_name }} </a> |
