templates/workshop_info.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 06 Aug 2010 15:11:47 +0530
branchanoop
changeset 221 b0fd3cb56e0b
parent 194 b9e7742faa17
permissions -rw-r--r--
Modified template if tags to be compliant with Django 1.1 and not 1.2.

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