Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vbabiy committed Oct 30, 2015
1 parent aeec441 commit 4f8798d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botbot/apps/bots/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def get_queryset(self, *args, **kwargs):
qs = super(ChannelList, self).get_queryset(*args, **kwargs)
return qs.filter(
chatbot__slug=self.kwargs['network_slug'],
is_public=True).activce()
is_public=True).active()

def get_context_data(self, **kwargs):
data = super(ChannelList, self).get_context_data(**kwargs)
Expand Down

0 comments on commit 4f8798d

Please sign in to comment.