We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a737637 commit 211821cCopy full SHA for 211821c
bullet/bullet_admin/views/teams.py
@@ -221,7 +221,7 @@ def get_permission_venue(self):
221
222
@cached_property
223
def team(self) -> Team:
224
- return get_object_or_404(Team, id=self.kwargs["pk"], is_waiting=True)
+ return get_object_or_404(Team, id=self.kwargs["pk"], confirmed_at__isnull=True)
225
226
def post(self, request, *args, **kwargs):
227
send_confirmation_email.delay(self.team.id)
0 commit comments