sdi/views.py
branchanoop
changeset 144 cb81b0f7e707
parent 143 a752dc99e23c
child 146 a18ba6b30c43
equal deleted inserted replaced
143:a752dc99e23c 144:cb81b0f7e707
   302 
   302 
   303 def sprint_info(request):
   303 def sprint_info(request):
   304     """ display info on what a sprint is.
   304     """ display info on what a sprint is.
   305     """
   305     """
   306 
   306 
   307     render_to_response("sprint_info.html")
   307     return render_to_response("sprint_info.html")