aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/projects/views/tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'snakeplan/projects/views/tasks.py')
-rw-r--r--snakeplan/projects/views/tasks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/snakeplan/projects/views/tasks.py b/snakeplan/projects/views/tasks.py
index 8e74cfa..4719da2 100644
--- a/snakeplan/projects/views/tasks.py
+++ b/snakeplan/projects/views/tasks.py
@@ -1,6 +1,6 @@
1from django.views.generic import list_detail 1from django.views.generic import list_detail
2import snakeplan.projects.models as sp_models 2import projects.models as sp_models
3from snakeplan.projects.models import Task 3from projects.models import Task
4 4
5 5
6def index(request, task_id): 6def index(request, task_id):