1
0
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:
Yohann D'ANELLO
2020-04-21 00:07:00 +02:00
parent 47b9b53591
commit 1c7d4fbbec
11 changed files with 633 additions and 267 deletions

View File

@ -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):