Change column name for user export

bracket-feature
Laurent 9 months ago
parent 8acf5e9b37
commit 81b6b69d1f
  1. 2
      tournaments/views.py

@ -898,7 +898,7 @@ class UserListExportView(LoginRequiredMixin, View):
# Write header # Write header
headers = [ headers = [
'Prenom', 'Nom', 'Email', 'Club', 'Prenom', 'Nom', 'Email', 'Club',
'Login', 'Actif', 'Inscription', 'Nombre de tournois' 'Login', 'Actif', 'Inscription', 'Tournois'
] ]
response.write('\t'.join(headers) + '\n') response.write('\t'.join(headers) + '\n')

Loading…
Cancel
Save