diff options
Diffstat (limited to 'ctrack/caf')
-rw-r--r-- | ctrack/caf/tests.py | 2 | ||||
-rw-r--r-- | ctrack/caf/views.py | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/ctrack/caf/tests.py b/ctrack/caf/tests.py index 7ce503c..4d66077 100644 --- a/ctrack/caf/tests.py +++ b/ctrack/caf/tests.py @@ -1,3 +1,3 @@ -from django.test import TestCase +#from django.test import TestCase # Create your tests here. 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 - - - - |