User table UI
This commit is contained in:
parent
a026b034e6
commit
4e0dbbcd79
6 changed files with 61 additions and 15 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue