diff --git a/src/customer/forms.py b/src/customer/forms.py index 049ebad..460bd82 100644 --- a/src/customer/forms.py +++ b/src/customer/forms.py @@ -530,5 +530,5 @@ class LicenseForm(forms.Form): term = forms.ModelChoiceField(queryset=models.LicensePrice.objects.all(), widget=forms.RadioSelect, label=u'Срок лицензии', empty_label=None) - payform = forms.ChoiceField(choices=consts.PAYFORMS[1:], widget=forms.RadioSelect, + payform = forms.ChoiceField(choices=consts.PAYFORMS[2:], widget=forms.RadioSelect, label=u'Форма оплаты')