Remove dates from status messages

* clean up one last typo

LMS-1387
This commit is contained in:
Diana Huang
2013-11-01 15:47:04 -04:00
parent 17610edf77
commit 002972f24c
2 changed files with 3 additions and 3 deletions

View File

@@ -695,7 +695,7 @@ def disable_account_ajax(request):
context['message'] = _("User with username {} does not exist").format(username)
return JsonResponse(context, status=400)
else:
user_account, _succss = UserStanding.objects.get_or_create(
user_account, _success = UserStanding.objects.get_or_create(
user=user, defaults={'changed_by': request.user},
)
if account_action == 'disable':