sdi/views.py
branchanoop
changeset 143 a752dc99e23c
parent 139 7eaaecef80f6
child 144 cb81b0f7e707
--- a/sdi/views.py	Tue Jul 20 12:53:12 2010 +0530
+++ b/sdi/views.py	Tue Jul 20 12:59:40 2010 +0530
@@ -299,3 +299,9 @@
 
 def talks_proposed(request):
     return render_to_response("talks_proposed.html")
+
+def sprint_info(request):
+    """ display info on what a sprint is.
+    """
+
+    render_to_response("sprint_info.html")