templates/attending_sgd.html
author nishanth
Tue, 20 Jul 2010 12:16:50 +0530
branchanoop
changeset 137 02a5304a2c5f
parent 135 f0bc4f5ee0ab
child 138 c9ae768c55b7
permissions -rw-r--r--
fixed a typo and corrected at various places accordingly
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
134
1250e5545240 added the template to thank for confirming participation
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
1250e5545240 added the template to thank for confirming participation
nishanth
parents:
diff changeset
     2
{% block title %}
1250e5545240 added the template to thank for confirming participation
nishanth
parents:
diff changeset
     3
Thankyou
1250e5545240 added the template to thank for confirming participation
nishanth
parents:
diff changeset
     4
{% endblock %}
1250e5545240 added the template to thank for confirming participation
nishanth
parents:
diff changeset
     5
{% block content %}
1250e5545240 added the template to thank for confirming participation
nishanth
parents:
diff changeset
     6
Thank you for confirming your participation in Sage Days.<br /><br />
135
f0bc4f5ee0ab fixed a typo
nishanth
parents: 134
diff changeset
     7
Please visit <a href="">Installing Python and other pachages on your distro</a> for instructions on installing software needed for Sage Days 25, on your laptop.<br /><br />
134
1250e5545240 added the template to thank for confirming participation
nishanth
parents:
diff changeset
     8
This page can be revisited by clicking on the link that was sent to your mail.
1250e5545240 added the template to thank for confirming participation
nishanth
parents:
diff changeset
     9
{% endblock %}
1250e5545240 added the template to thank for confirming participation
nishanth
parents:
diff changeset
    10