feedback.html
changeset 6 057498d12450
parent 5 37e4027fba48
child 11 334550460bd7
--- a/feedback.html	Fri Apr 09 13:21:46 2010 +0530
+++ b/feedback.html	Fri Apr 09 15:35:40 2010 +0530
@@ -1,12 +1,7 @@
-<html>
-<head>
-<title>
-</title>
-</head>
-<body>
+{% extends "base.html" %}
+{% block content %}
 <form action="" method="post">
 {{ form.as_p }}
 <input type="submit" value="submit">
 </form>
-</body>
-</html>
+{% endblock %}