Fixes for the selection of current rigs.

Added checked in field for dry hires
This commit is contained in:
tomtom5152
2015-01-28 16:30:32 +00:00
parent df67788865
commit 41bd6bc384
4 changed files with 64 additions and 30 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']
'person', 'organisation', 'dry_hire', 'based_on', 'checked_in_by']