agebnda: allow description edition for a periodic event

This commit is contained in:
Jérôme Schneider 2013-12-11 15:08:35 +01:00
parent 4cf92e4aba
commit 88e5726897
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class UpdateAppointmentForm(NewAppointmentForm):
)
class UpdatePeriodicAppointmentForm(UpdateAppointmentForm):
class UpdatePeriodicAppointmentForm(NewAppointmentForm):
def clean(self):
cleaned_data = super(UpdatePeriodicAppointmentForm, self).clean()