templates/workshop_info.html
author anoop
Thu, 29 Jul 2010 15:59:18 +0530
branchanoop
changeset 193 9b2a63bb8d16
parent 173 25f8826bc6e4
child 194 b9e7742faa17
permissions -rw-r--r--
made neccesary changes to cancel python workshop.

{% 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.

It has been cancelled due to low response from the people who requested 
for the workshop.

{% endblock %}