mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 15:32:14 +00:00
Merged in meet_at (pull request #9)
Fixed issue #61 - caused by typo in 0940d9f
This commit is contained in:
@@ -58,7 +58,7 @@ class EventForm(forms.ModelForm):
|
|||||||
self.fields['end_date'].widget.format = '%Y-%m-%d'
|
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['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):
|
def init_items(self):
|
||||||
self.items = self.process_items_json()
|
self.items = self.process_items_json()
|
||||||
|
|||||||
Reference in New Issue
Block a user