diff --git a/src/involvement/forms/appointment_form.py b/src/involvement/forms/appointment_form.py index cc0d6bcd..169afc31 100644 --- a/src/involvement/forms/appointment_form.py +++ b/src/involvement/forms/appointment_form.py @@ -100,4 +100,5 @@ def save(self): if not created: appl.status = 'appointed' appl.save() - cron.remove_old_applications() \ No newline at end of file + cron.remove_old_applications() +