diff --git a/blender-bfct/application/templates/applications/index.html b/blender-bfct/application/templates/applications/index.html index b6ae9b4..36ee7c1 100755 --- a/blender-bfct/application/templates/applications/index.html +++ b/blender-bfct/application/templates/applications/index.html @@ -18,7 +18,7 @@ {% for application in applications %} - {{ loop.index }} + {{ application.id }} {{application.user.first_name}} {{application.user.last_name}}