2A+ can select a bus (and fix random bugs)
This commit is contained in:
parent
47b9b53591
commit
1c7d4fbbec
11 changed files with 633 additions and 267 deletions
|
|
@ -248,7 +248,7 @@ class WEIRegistration(models.Model):
|
|||
def is_validated(self):
|
||||
try:
|
||||
return self.membership is not None
|
||||
except KeyError:
|
||||
except AttributeError:
|
||||
return False
|
||||
|
||||
def __str__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue