Format code
This commit is contained in:
parent
495ac0c6d6
commit
97693f0bb3
1 changed files with 9 additions and 10 deletions
|
@ -71,8 +71,7 @@ class GenericPaymentForm(forms.Form):
|
|||
min_value=1,
|
||||
)
|
||||
recurring = forms.BooleanField(required=False,
|
||||
label=_("Recurring monthly"),
|
||||
)
|
||||
label=_("Recurring monthly"), )
|
||||
description = forms.CharField(
|
||||
widget=forms.Textarea(attrs={'style': "height: 100px;"}),
|
||||
required=False
|
||||
|
|
Loading…
Reference in a new issue