mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
trombi: update people ordering
Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
parent
282d9cd180
commit
a108291422
@ -13,7 +13,7 @@
|
|||||||
<a href="#">Export</a>
|
<a href="#">Export</a>
|
||||||
<hr>
|
<hr>
|
||||||
<div>
|
<div>
|
||||||
{% for u in object.users.all() %}
|
{% for u in object.users.order_by('user__nick_name') %}
|
||||||
<div class="ib" style="border: solid 1px grey; text-align: center">
|
<div class="ib" style="border: solid 1px grey; text-align: center">
|
||||||
{% set file = None %}
|
{% set file = None %}
|
||||||
{% if u.profile_pict %}
|
{% if u.profile_pict %}
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div>
|
<div>
|
||||||
{% for u in user.trombi_user.trombi.users.exclude(id=user.trombi_user.id) %}
|
{% for u in user.trombi_user.trombi.users.exclude(id=user.trombi_user.id).order_by('user__nick_name') %}
|
||||||
<div class="ib" style="border: solid 1px grey; text-align: center">
|
<div class="ib" style="border: solid 1px grey; text-align: center">
|
||||||
{% set file = None %}
|
{% set file = None %}
|
||||||
{% if u.profile_pict %}
|
{% if u.profile_pict %}
|
||||||
|
Loading…
Reference in New Issue
Block a user