Add full name to user tables
This commit is contained in:
parent
4502dbf6b9
commit
0adbc74d95
7 changed files with 489 additions and 323 deletions
|
@ -7,7 +7,7 @@
|
|||
<th>{{ _('Rating') }}</th>
|
||||
{% endif %}
|
||||
<th class="organization-column">{{ _('Organization') }}</th>
|
||||
<th class="fullname-column" style="display: none;">Tên thật</th>
|
||||
<th class="fullname-column" style="display: none;">{{ _('Full Name') }}</th>
|
||||
{% endblock %}
|
||||
|
||||
{% block after_rank %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue