add three guardian at a time

This commit is contained in:
jain
2023-08-24 13:13:25 +05:30
parent b1b7c42438
commit 8cd4864748
3 changed files with 13 additions and 6 deletions

View File

@ -106,7 +106,8 @@ ERROR_CODE = {
"2077": "You can not add guardian",
"2078": "This junior is not associate with you",
"2079": "Please update your app version for enjoying uninterrupted services",
"2080": "Can not add App version"
"2080": "Can not add App version",
"2081": "You can not add more than 3 guardian"
}
"""Success message code"""