templates/about.html
author nishanth
Mon, 07 Jun 2010 15:45:42 +0530
branchanoop
changeset 68 b0e630caa6e6
parent 32 7badc9093d9b
permissions -rw-r--r--
added required forms for login and logout

{% extends 'base.html' %}
{% block title %}
About (Sage Days 25)
{% endblock %}
{% block content %}
<h2>Sage Days 25, India</h2>

{% endblock %}