templates/workshop_info.html
author nishanth
Fri, 03 Sep 2010 16:33:33 +0530
branchanoop
changeset 242 6826f27064c9
parent 194 b9e7742faa17
permissions -rw-r--r--
fixed a bug
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
173
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     2
{% block title %}
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     3
Pre Sage Days Workshop
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     4
{% endblock %}
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     5
{% block content %}
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     6
<h3> Python Workshop </h3>
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     7
<br />
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     8
<br />
193
9b2a63bb8d16 made neccesary changes to cancel python workshop.
anoop
parents: 173
diff changeset
     9
We are sorry to announce that we are cancelling the one day Pre-Sage Days
9b2a63bb8d16 made neccesary changes to cancel python workshop.
anoop
parents: 173
diff changeset
    10
workshop which was scheduled on July 31st.
194
b9e7742faa17 changed formatting of template.
anoop
parents: 193
diff changeset
    11
<br />
193
9b2a63bb8d16 made neccesary changes to cancel python workshop.
anoop
parents: 173
diff changeset
    12
It has been cancelled due to low response from the people who requested 
9b2a63bb8d16 made neccesary changes to cancel python workshop.
anoop
parents: 173
diff changeset
    13
for the workshop.
173
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
    14
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
    15
{% endblock %}