aboutsummaryrefslogtreecommitdiff
path: root/budget/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'budget/forms.py')
-rw-r--r--budget/forms.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/budget/forms.py b/budget/forms.py
index 7cdb36d..6967983 100644
--- a/budget/forms.py
+++ b/budget/forms.py
@@ -172,12 +172,6 @@ class InviteForm(FlaskForm):
email=email))
-class CreateArchiveForm(FlaskForm):
- name = TextField(_("Name for this archive (optional)"), validators=[])
- start_date = DateField(_("Start date"), validators=[Required()])
- end_date = DateField(_("End date"), validators=[Required()], default=datetime.now)
-
-
class ExportForm(FlaskForm):
export_type = SelectField(_("What do you want to download ?"),
validators=[Required()],