templates/workshop_info.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 06 Aug 2010 15:11:01 +0530
branchanoop
changeset 220 1ecfbc16a70d
parent 194 b9e7742faa17
permissions -rw-r--r--
Added entire database directory to hg ignore.

{% extends 'base.html' %}
{% block title %}
Pre Sage Days Workshop
{% endblock %}
{% block content %}
<h3> Python Workshop </h3>
<br />
<br />
We are sorry to announce that we are cancelling the one day Pre-Sage Days
workshop which was scheduled on July 31st.
<br />
It has been cancelled due to low response from the people who requested 
for the workshop.

{% endblock %}