manager: don't let managers edit the "full" attribute

This commit is contained in:
Frédéric Péters 2016-07-07 17:22:46 +02:00
parent c0aafdee59
commit 785dbc4955
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ class EventForm(forms.ModelForm):
'agenda': forms.HiddenInput(),
'start_datetime': DateTimeWidget(),
}
exclude = []
exclude = ['full']