From d6e15f23f804cea47fd3412304398f58455218cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Wed, 14 Sep 2016 22:05:45 +0200 Subject: [PATCH] remove misleading participation "id" --- accounts/templates/accounts/participation_list.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/accounts/templates/accounts/participation_list.html b/accounts/templates/accounts/participation_list.html index a260cd8..a8b4913 100644 --- a/accounts/templates/accounts/participation_list.html +++ b/accounts/templates/accounts/participation_list.html @@ -12,7 +12,6 @@ - @@ -21,7 +20,6 @@ {% for participation in participation_list %} -
# Username Full name Orga
{{ forloop.counter }} {{ participation.user.username }} {{ participation.user.get_full_name }} {{ participation.is_orga|yesno:"✔,✘" }}