templates/attending_wsp.html
author nishanth
Thu, 22 Jul 2010 19:34:24 +0530
branchanoop
changeset 160 2f01af211af9
parent 105 2e3fe11a3fcb
child 166 834ba122d475
permissions -rw-r--r--
updated the view to look like send_sgd_cnf

{% extends 'base.html' %}
{% block title %}
Thankyou
{% endblock %}
{% block content %}
Thank you for confirming your participation in the Python workshop.<br /><br />
Please visit <a href="">Installing Python and other pachages on your distro</a> for instructions on installing software needed for the workshop on your laptop.<br /><br />
This page can be revisited by clicking on the link that was sent to your mail.
{% endblock %}