feature/fix_accout_not_found
Andrey 8 years ago
parent 9f50307d14
commit 03fb31ce0a
  1. 1
      access/views.py

@ -327,6 +327,7 @@ class ManagementPassword(generics.GenericAPIView):
to=[user.email],
bcc=[request.user.email],
)
return Response(
data={'message': 'Письмо с новым паролем отправлено на email студента.'},
status=201

Loading…
Cancel
Save