diff --git a/core/views/mixins.py b/core/views/mixins.py index b214361..f5abed5 100644 --- a/core/views/mixins.py +++ b/core/views/mixins.py @@ -64,8 +64,6 @@ class ChatMixin(MixinBase): class CalendarMixin(MixinBase): files = ( ('core/views/calendar.py', 'python', 'python3'), - # ('core/reflexes/calendar_reflex.py', 'python', 'python3'), - # ('core/javascript/controllers/calendar_controller.js', 'javascript', 'javascript'), ('core/templates/_calendar.html', 'html', 'htmldjango'), ('core/templates/_td_calendar.html', 'html', 'htmldjango'),