pytask/templates/task/addmentor.html
changeset 14 f2623fb8041a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pytask/templates/task/addmentor.html	Mon Feb 01 11:10:29 2010 +0530
@@ -0,0 +1,8 @@
+{% extends 'base.html' %}
+{% block content %}
+    Form here
+    <form action="" method="post">
+    {{form.as_table}}
+    <input type="submit" value="submit">
+    </form>
+{% endblock %}