templates/about.html
author nishanth
Thu, 15 Jul 2010 01:06:32 +0530
branchanoop
changeset 93 505989755cd8
parent 32 7badc9093d9b
permissions -rw-r--r--
modified the form and implemented the view to display selected users

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

{% endblock %}