added dep and promotion to results
This commit is contained in:
parent
a360ebcae6
commit
df06c5d2a4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
{% for profile in result %}
|
{% for profile in result %}
|
||||||
<li><a href="{% url 'fiche' profile.id %}">{{profile.full_name}} {{profile.departement}}
|
<li><a href="{% url 'fiche' profile.id %}">{{profile.full_name}} ({{ profile.department.all|join:", " }} {{profile.promotion}})
|
||||||
</a> </li>
|
</a> </li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Reference in a new issue