login.html
author nishanth
Fri, 09 Apr 2010 13:21:46 +0530
changeset 5 37e4027fba48
parent 4 ededea9ad08b
child 6 057498d12450
permissions -rw-r--r--
submit and list feedback done

<html>
<head>
<title>
</title>
</head>
<body>
<form action="" method="post">
{{ form.as_p }}
<input type="submit" value="Login">
</form>
</body>
</html>