Skip to content

Commit

Permalink
Remove extra notification
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjesaitis committed Nov 20, 2016
1 parent c833494 commit f7945ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion accounts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def post(self, request, *args, **kwargs):
if 'submit_code' in request.POST:
if code_form.is_valid():
code_form.process_code(user=request.user)
messages.success(self.request, "Group code accepted")
else:
messages.error(self.request, "Group code was invalid")
code_form = self.code_form_class(request=self.request)
Expand Down

0 comments on commit f7945ac

Please sign in to comment.