templates/attending_wsp.html
author nishanth
Fri, 16 Jul 2010 10:29:25 +0530
branchanoop
changeset 104 7630d7f3613a
child 105 2e3fe11a3fcb
permissions -rw-r--r--
added template for thanking for participation in workshop

{% extends 'base.html' %}
{% block title %}
Thankyou
{% endblock %}
{% block content %}
Thank you for confirming your participation in the Python workshop.
{% endblock %}