prod
Dmitriy Shesterkin 9 years ago
parent 575af13e37
commit d604045946
  1. 2
      src/customer/forms.py

@ -530,5 +530,5 @@ class LicenseForm(forms.Form):
term = forms.ModelChoiceField(queryset=models.LicensePrice.objects.all(), term = forms.ModelChoiceField(queryset=models.LicensePrice.objects.all(),
widget=forms.RadioSelect, label=u'Срок лицензии', widget=forms.RadioSelect, label=u'Срок лицензии',
empty_label=None) 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'Форма оплаты') label=u'Форма оплаты')

Loading…
Cancel
Save