@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
import random
import json
from hashlib import md5
@ -169,4 +170,4 @@ def change_password(request):
success.update(errors)
return HttpResponse(json.dumps(success), content_type='application/json')
else: