feedback.html
author nishanth
Fri, 09 Apr 2010 13:21:46 +0530
changeset 5 37e4027fba48
child 6 057498d12450
permissions -rw-r--r--
submit and list feedback done
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
37e4027fba48 submit and list feedback done
nishanth
parents:
diff changeset
     1
<html>
37e4027fba48 submit and list feedback done
nishanth
parents:
diff changeset
     2
<head>
37e4027fba48 submit and list feedback done
nishanth
parents:
diff changeset
     3
<title>
37e4027fba48 submit and list feedback done
nishanth
parents:
diff changeset
     4
</title>
37e4027fba48 submit and list feedback done
nishanth
parents:
diff changeset
     5
</head>
37e4027fba48 submit and list feedback done
nishanth
parents:
diff changeset
     6
<body>
37e4027fba48 submit and list feedback done
nishanth
parents:
diff changeset
     7
<form action="" method="post">
37e4027fba48 submit and list feedback done
nishanth
parents:
diff changeset
     8
{{ form.as_p }}
37e4027fba48 submit and list feedback done
nishanth
parents:
diff changeset
     9
<input type="submit" value="submit">
37e4027fba48 submit and list feedback done
nishanth
parents:
diff changeset
    10
</form>
37e4027fba48 submit and list feedback done
nishanth
parents:
diff changeset
    11
</body>
37e4027fba48 submit and list feedback done
nishanth
parents:
diff changeset
    12
</html>