sdi/views.py
branchanoop
changeset 172 32c2b57c45f8
parent 162 27dd4494e7b4
child 174 d979d1bc1c4e
equal deleted inserted replaced
171:27c108711186 172:32c2b57c45f8
   346 def sprint_info(request):
   346 def sprint_info(request):
   347     """ display info on what a sprint is.
   347     """ display info on what a sprint is.
   348     """
   348     """
   349 
   349 
   350     return render_to_response("sprint_info.html")
   350     return render_to_response("sprint_info.html")
       
   351 
       
   352 def workshop_info(request):
       
   353     """ disply info on workshop
       
   354     """
       
   355 
       
   356     return render_to_response("workshop_info.html")