diff --git a/RIGS/forms.py b/RIGS/forms.py index d008deb5..a192b252 100644 --- a/RIGS/forms.py +++ b/RIGS/forms.py @@ -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'] \ No newline at end of file + 'person', 'organisation', 'dry_hire', 'based_on', 'checked_in_by', 'status'] \ No newline at end of file diff --git a/RIGS/templates/RIGS/event_detail.html b/RIGS/templates/RIGS/event_detail.html index 82bd0baa..eadeaab5 100644 --- a/RIGS/templates/RIGS/event_detail.html +++ b/RIGS/templates/RIGS/event_detail.html @@ -67,6 +67,9 @@