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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
143
a752dc99e23c added link to sprint_info and created a basic template
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
a752dc99e23c added link to sprint_info and created a basic template
nishanth
parents:
diff changeset
     2
{% block title %}
a752dc99e23c added link to sprint_info and created a basic template
nishanth
parents:
diff changeset
     3
What is a Sprint
a752dc99e23c added link to sprint_info and created a basic template
nishanth
parents:
diff changeset
     4
{% endblock %}
a752dc99e23c added link to sprint_info and created a basic template
nishanth
parents:
diff changeset
     5
{% block content %}
a752dc99e23c added link to sprint_info and created a basic template
nishanth
parents:
diff changeset
     6
{% endblock %}