Added missing fields to event form and detail

This commit is contained in:
tomtom5152
2015-01-28 16:49:10 +00:00
parent 41bd6bc384
commit e24a95ec7a
3 changed files with 10 additions and 1 deletions

View File

@@ -84,4 +84,4 @@ class EventForm(forms.ModelForm):
model = models.Event
fields = ['is_rig', 'name', 'venue', 'start_date', 'start_time', 'end_date',
'end_time', 'meet_at', 'access_at', 'description', 'notes', 'mic',
'person', 'organisation', 'dry_hire', 'based_on', 'checked_in_by']
'person', 'organisation', 'dry_hire', 'based_on', 'checked_in_by', 'status']