Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More than one private invite per user causes InviteView to throw an error #49

Open
brookiel opened this issue May 25, 2014 · 0 comments

Comments

@brookiel
Copy link
Contributor

Adding more than one private invitation causes InviteView to throw an error.

valid_code = InvitationCode.objects.get(owner=self.request.user,
                                            num_invites__gt=0)

Unless we are tracking the number of invites left elsewhere and creating codes only when needed, I can put in a pull request to fix this tomorrow. Maybe a template for out of invitations is in order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant