1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 18:08:21 +02:00

Add lorem ipsum, update WEI

This commit is contained in:
Yohann D'ANELLO
2020-04-12 02:30:48 +02:00
parent 8fe060847f
commit 69b7f31eed
9 changed files with 112 additions and 10 deletions

View File

@ -193,7 +193,7 @@ class WEIRegistration(models.Model):
self.information_json = json.dumps(information)
@property
def is_1A(self):
def is_first_year(self):
"""
We assume that a user is a new member if it not fully registered yet.
"""
@ -236,4 +236,3 @@ class WEIMembership(Membership):
related_name="membership",
verbose_name=_("WEI registration"),
)