diff --git a/tournaments/views.py b/tournaments/views.py index 995232f..b536c92 100644 --- a/tournaments/views.py +++ b/tournaments/views.py @@ -898,7 +898,7 @@ class UserListExportView(LoginRequiredMixin, View): # Write header headers = [ 'Prenom', 'Nom', 'Email', 'Club', - 'Login', 'Actif', 'Inscription', 'Nombre de tournois' + 'Login', 'Actif', 'Inscription', 'Tournois' ] response.write('\t'.join(headers) + '\n')