mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
2A+ can select a bus (and fix random bugs)
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user