diff options
Diffstat (limited to 'app/templates/users/list.html')
| -rw-r--r-- | app/templates/users/list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/users/list.html b/app/templates/users/list.html index 30d2ecc..6bc23b5 100644 --- a/app/templates/users/list.html +++ b/app/templates/users/list.html @@ -5,9 +5,9 @@ {% endblock %} {% block content %} -<ul> +<ul class="userlist"> {% for user in users %} - <li> + <li class="{{ user.rank }}"> <a href="{{ url_for('user_profile_page', username=user.username) }}"> {{ user.display_name }} </a> - |
