Change style of user table
This commit is contained in:
parent
924f209311
commit
30417e1cde
8 changed files with 26 additions and 19 deletions
|
@ -2,7 +2,7 @@
|
|||
<tr>
|
||||
<th class="header rank">{{ rank_header or _("Rank") }}</th>
|
||||
{% block after_rank_head %}{% endblock %}
|
||||
<th class="header username">{{ _('Username') }}</th>
|
||||
<th class="header username">{{ _('Username') }}{% block username_head_extra %}{% endblock %}</th>
|
||||
{% block before_point_head %}{% endblock %}
|
||||
|
||||
<th class="header points">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue