From 01b0f661997b06d7b0520027cb12f2d139546e3b Mon Sep 17 00:00:00 2001 From: "Benjamin W. Smith" Date: Sat, 20 Feb 2010 16:47:06 -0500 Subject: Add story views and start getting stories and such together. Currently the story object view is broken. --- snakeplan/projects/templates/projects/iteration_list.html | 2 +- snakeplan/projects/templates/projects/story_list.html | 8 ++++++++ snakeplan/projects/urls.py | 1 + snakeplan/projects/views/iterations.py | 14 ++++++++++++++ snakeplan/projects/views/stories.py | 10 +++++----- snakeplan/urls.py | 2 +- 6 files changed, 30 insertions(+), 7 deletions(-) create mode 100644 snakeplan/projects/templates/projects/story_list.html create mode 100644 snakeplan/projects/views/iterations.py diff --git a/snakeplan/projects/templates/projects/iteration_list.html b/snakeplan/projects/templates/projects/iteration_list.html index 6d33251..4c2af14 100644 --- a/snakeplan/projects/templates/projects/iteration_list.html +++ b/snakeplan/projects/templates/projects/iteration_list.html @@ -5,7 +5,7 @@ {% for iteration in object_list %}