templates/about.html
author nishanth
Tue, 20 Jul 2010 12:37:30 +0530
branchanoop
changeset 139 7eaaecef80f6
parent 32 7badc9093d9b
permissions -rw-r--r--
replaced acco_required with user.acco_required in template and made change accordingly

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

{% endblock %}