mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-11-10 08:39:28 +01: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