diff --git a/chrono/manager/forms.py b/chrono/manager/forms.py index 7c499a0d..2076bcd5 100644 --- a/chrono/manager/forms.py +++ b/chrono/manager/forms.py @@ -16,10 +16,10 @@ from django import forms -from . import widgets - from chrono.agendas.models import Event +from . import widgets + DATETIME_OPTIONS = { 'weekStart': 1,