branch | anoop |
changeset 102 | ef0012eb7695 |
parent 100 | 17e35783c8d6 |
child 104 | 7630d7f3613a |
101:9def10724853 | 102:ef0012eb7695 |
---|---|
147 raise Http404 |
147 raise Http404 |
148 |
148 |
149 if request.method == "POST": |
149 if request.method == "POST": |
150 pass |
150 pass |
151 else: |
151 else: |
152 return render_to_response("cnf_wsp_ptc.html", {"email":email}) |
152 return render_to_response("cnf_wsp_ptc.html", {"user":user}) |
153 |
153 |
154 def admin_login(request): |
154 def admin_login(request): |
155 """ basic login. |
155 """ basic login. |
156 """ |
156 """ |
157 |
157 |