templates/cnf_wsp_ptc.html
branchanoop
changeset 94 b38de804ff4d
child 102 ef0012eb7695
equal deleted inserted replaced
93:505989755cd8 94:b38de804ff4d
       
     1 {% extends 'base.html' %}
       
     2 {% block title %}
       
     3 {% endblock %}
       
     4 {% block content %}
       
     5 <form action="?email={{email}}" method=post>
       
     6 		{{email}}
       
     7 		<input type=submit value=go />
       
     8 </form>
       
     9 {% endblock %}
       
    10