finance email

remotes/origin/yandex_rebiling
Andrey 8 years ago
parent 8499ce7860
commit 19333f4249
  1. 2
      progress/views.py

@ -448,7 +448,7 @@ def get_teachers_pay(request):
response['Content-Disposition'] = 'attachment; filename="%s.csv"' % file_name
writer = csv.writer(response)
writer.writerow(['Почта студента', 'Имя студента', 'Курс', 'Тема', 'Дата', 'Время',])
writer.writerow(['Почта студента', 'Имя студента', 'Тема', 'Курс', 'Дата', 'Время',])
for i in progress_lessons.order_by('-finish_date'):
course_api = CourseParamsApi(i.progress.course_token)

Loading…
Cancel
Save