🐛 Fix signup
This commit is contained in:
parent
48a7128370
commit
fd2f426f55
4 changed files with 37 additions and 27 deletions
|
|
@ -37,6 +37,8 @@ class ProfileForm(forms.ModelForm):
|
|||
"""
|
||||
A form for the extras field provided by the :model:`member.Profile` model.
|
||||
"""
|
||||
report_frequency = forms.IntegerField(required=False, initial=0, label=_("Report frequency"))
|
||||
|
||||
last_report = forms.DateField(required=False, disabled=True, label=_("Last report date"))
|
||||
|
||||
def save(self, commit=True):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue