aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/projects/views/stories.py
diff options
context:
space:
mode:
Diffstat (limited to 'snakeplan/projects/views/stories.py')
-rw-r--r--snakeplan/projects/views/stories.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/snakeplan/projects/views/stories.py b/snakeplan/projects/views/stories.py
index 504d930..93d926f 100644
--- a/snakeplan/projects/views/stories.py
+++ b/snakeplan/projects/views/stories.py
@@ -1,6 +1,6 @@
1from django.views.generic import list_detail 1from django.views.generic import list_detail
2from snakeplan.projects.models import Story 2from projects.models import Story
3from snakeplan.projects.models import Task 3from projects.models import Task
4 4
5 5
6def index(request, story_id): 6def index(request, story_id):