diff --git a/project/customer/consts.py b/project/customer/consts.py index 650503b..49f1364 100644 --- a/project/customer/consts.py +++ b/project/customer/consts.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- IP_PROFILE = 1 ORG_PROFILE = 2 @@ -25,7 +25,8 @@ PAYFORMS = ( ) TERMS = ( - (1, u'1 месяц'), - (6, u'6 месяцев'), - (12, u'12 месяцев'), + (1, u'1 месяц'), + (6, u'6 месяцев'), + (12, u'12 месяцев'), + (24, u'24 месяца'), )