remove misleading participation "id"

This commit is contained in:
Élie Bouttier 2016-09-14 22:05:45 +02:00
parent df1a33a28a
commit d6e15f23f8
1 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
<table class="table table-striped">
<tr>
<th>#</th>
<th>Username</th>
<th>Full name</th>
<th>Orga</th>
@ -21,7 +20,6 @@
</tr>
{% for participation in participation_list %}
<tr>
<th>{{ forloop.counter }}</th>
<td><a href="{{ participation.get_absolute_url }}">{{ participation.user.username }}</a></td>
<td>{{ participation.user.get_full_name }}</td>
<td>{{ participation.is_orga|yesno:"✔,✘" }}</td>