# HG changeset patch # User nishanth # Date 1279611115 -19800 # Node ID cb81b0f7e707a78ecae488c9d15d174b2d19979c # Parent a752dc99e23c8ac791eed849e109dd5f0b7610ea ixed a bug diff -r a752dc99e23c -r cb81b0f7e707 sdi/views.py --- 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")