User table UI

This commit is contained in:
cuom1999 2021-12-27 17:18:04 +07:00
parent a026b034e6
commit 4e0dbbcd79
6 changed files with 61 additions and 15 deletions

View file

@ -17,7 +17,7 @@
<tbody>
{% for rank, user in users %}
<tr id="user-{{ user.user.username }}" {% block row_extra scoped %}{% endblock %}>
<td>{{ rank }}</td>
<td class="rank-td">{{ rank }}</td>
{% block after_rank scoped %}{% endblock %}
<td class="user-name">{{ link_user(user) }} {% block user_data scoped %}{% endblock %}</td>
{% block before_point scoped %}{% endblock %}