syntax correction
This commit is contained in:
parent
963c545eb8
commit
36a711339d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
{% for participant in participants %}
|
{% for participant in participants %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{participant.name}}</td>
|
<td>{{participant.name}}</td>
|
||||||
<td>{{participant.username}}
|
<td>{{participant.username}}</td>
|
||||||
<td>{{participant.nb_places}} place{{participant.nb_places|pluralize}}</td>
|
<td>{{participant.nb_places}} place{{participant.nb_places|pluralize}}</td>
|
||||||
<td>{{participant.email}}</td>
|
<td>{{participant.email}}</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
Loading…
Reference in a new issue