templates/sprint_info.html
author nishanth
Tue, 20 Jul 2010 12:59:40 +0530
branchanoop
changeset 143 a752dc99e23c
child 145 dec4a9b61534
permissions -rw-r--r--
added link to sprint_info and created a basic template

{% extends 'base.html' %}
{% block title %}
What is a Sprint
{% endblock %}
{% block content %}
{% endblock %}