--- a/sdi/views.py Tue Jul 20 12:59:40 2010 +0530
+++ b/sdi/views.py Tue Jul 20 13:01:55 2010 +0530
@@ -304,4 +304,4 @@
""" display info on what a sprint is.
"""
- render_to_response("sprint_info.html")
+ return render_to_response("sprint_info.html")