diff options
author | Filipp Lepalaan <filipp@mac.com> | 2021-05-12 15:36:59 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2021-05-12 15:36:59 +0300 |
commit | 8c4fbdd167aa22eff70abd85da20a2187f207812 (patch) | |
tree | a8524ba54028a7037f0f02294b58c05698fee112 | |
parent | 1d20ef4253474c316485ee051c3b61d504c3e174 (diff) | |
download | Servo-8c4fbdd167aa22eff70abd85da20a2187f207812.tar.gz Servo-8c4fbdd167aa22eff70abd85da20a2187f207812.tar.bz2 Servo-8c4fbdd167aa22eff70abd85da20a2187f207812.zip |
Deprecate Calendar
-rw-r--r-- | servo/views/account.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/views/account.py b/servo/views/account.py index ae82975..a2e979b 100644 --- a/servo/views/account.py +++ b/servo/views/account.py @@ -17,7 +17,7 @@ from django.shortcuts import redirect, render, get_object_or_404 from servo.lib.utils import paginate from servo.views.order import prepare_list_view -from servo.models import Order, User, Calendar, CalendarEvent +from servo.models import Order, User from servo.forms.account import ProfileForm, RegistrationForm, LoginForm |