From 94a07c71c7ad034e936fd6144a6f56ede2ce6dfb Mon Sep 17 00:00:00 2001 From: David Taylor Date: Sun, 19 Apr 2015 23:40:12 +0100 Subject: [PATCH] Fixed issue #61 - caused by typo in 0940d9f --- RIGS/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/forms.py b/RIGS/forms.py index ab85a460..640a2a15 100644 --- a/RIGS/forms.py +++ b/RIGS/forms.py @@ -58,7 +58,7 @@ class EventForm(forms.ModelForm): self.fields['end_date'].widget.format = '%Y-%m-%d' self.fields['access_at'].widget.format = '%Y-%m-%dT%H:%M:%S' - self.fields['access_at'].widget.format = '%Y-%m-%dT%H:%M:%S' + self.fields['meet_at'].widget.format = '%Y-%m-%dT%H:%M:%S' def init_items(self): self.items = self.process_items_json()