diff --git a/beat/web/accounts/models.py b/beat/web/accounts/models.py
index e212ba512333868c51512e5e463c543a3faf9b50..ae35b2a0556be1daac5fb5e2a0f0b9fcc18bd2b8 100644
--- a/beat/web/accounts/models.py
+++ b/beat/web/accounts/models.py
@@ -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'