Commit 0f0d54faac3b82eb8508919e4303408ff7315259

Authored by Andrew Buss
1 parent 34a8edc2e1
Exists in master

wait differently

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

flashcards/models.py View file @ 0f0d54f
... ... @@ -124,6 +124,7 @@
124 124 # This will raise an exception if the email address is invalid
125 125 self.email_address_set.confirm(confirmation_key, save=True)
126 126 self.confirmed_email = True
  127 + self.save()
127 128  
128 129  
129 130 class UserFlashcard(Model):