templates/attending_wsp.html
author nishanth
Thu, 22 Jul 2010 19:50:36 +0530
branchanoop
changeset 161 c7c5c727a483
parent 105 2e3fe11a3fcb
child 166 834ba122d475
permissions -rw-r--r--
removed old template and copied send_sgd_cnf as send_wsp_cnf since both are same and fixed a bug in view

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