diff --git a/yadc/models.py b/yadc/models.py index 1173192..28d1855 100644 --- a/yadc/models.py +++ b/yadc/models.py @@ -16,7 +16,7 @@ from yadc import db, login, utils class OP_LEVEL(enum.Enum): user = 0 - creator = 1 # IS HE CREATOR OR NOT? + # creator = 1 # IS HE CREATOR OR NOT? moderator = 5 admin = 9