Skip to content
Snippets Groups Projects
Commit f01c557a authored by Flavio TARSETTI's avatar Flavio TARSETTI
Browse files

[accounts] corrected a typo in a comment in models

parent 0de41f31
No related branches found
No related tags found
1 merge request!224Security accounts
Pipeline #
This commit is part of merge request !224. Comments created here will be created in the context of that merge request.
......@@ -69,7 +69,7 @@ class Profile(models.Model):
#New account creation 'N'/'W'
#Godfather acceptance/rejection 'A'/'R'
#Yearly revalidation/blockage 'A'/'B'
#Yearly revalidation/blockage 'Y'/'B'
NEWUSER = 'N'
WAITINGVALIDATION = 'W'
ACCEPTED = 'A'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment