Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Dec 11, 2019
1 parent e6c7447 commit ce08234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ def is_blocked(handle):
first_name = self.user.first_name
last_name = self.user.last_name
full_name = '{first_name} {last_name}'
is_on_banned_user_list = Entitty.objects.filter(fullName__icontains=full_name)
is_on_banned_user_list = Entity.objects.filter(fullName__icontains=full_name)
if is_on_banned_user_list:
return True

Expand Down

0 comments on commit ce08234

Please sign in to comment.