diff options
Diffstat (limited to '')
-rw-r--r-- | ctrack/caf/views.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ctrack/caf/views.py b/ctrack/caf/views.py index b46360b..f344aa7 100644 --- a/ctrack/caf/views.py +++ b/ctrack/caf/views.py @@ -11,7 +11,3 @@ class CreateCAF(CreateView): context = super().get_context_data(**kwargs) context['form'] = self.form_class return context - - - - |