Skip to content

Commit

Permalink
fix css bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
baffolobill committed Apr 14, 2012
1 parent 1ec86a0 commit 3104e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgpeople_me/apps/generic/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def search(self):



if not coords and not len(skills):
if not coords and not len(skills) and not available_for:
qs = self.queryset.none()

return qs
Expand Down

0 comments on commit 3104e8b

Please sign in to comment.