templates/cnf_wsp_ptc.html
author nishanth
Thu, 15 Jul 2010 14:35:05 +0530
branchanoop
changeset 97 bf16c82df506
parent 94 b38de804ff4d
child 102 ef0012eb7695
permissions -rw-r--r--
forgot an import .. fixed it

{% extends 'base.html' %}
{% block title %}
{% endblock %}
{% block content %}
<form action="?email={{email}}" method=post>
		{{email}}
		<input type=submit value=go />
</form>
{% endblock %}