feat(userlist): sort #13
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody class="is-centered">
|
||||
{% for person in user_list %}
|
||||
{% for person in user_list|dictsort:"date_joined" %}
|
||||
{% include "dgsi/partials/user_list-user.html" %}
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue