templates/cnf_wsp_ptc.html
author nishanth
Thu, 15 Jul 2010 14:51:22 +0530
branchanoop
changeset 99 fdaed2cf5820
parent 94 b38de804ff4d
child 102 ef0012eb7695
permissions -rw-r--r--
improvised the view

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