changeset 21 | c28774fe7ffd |
child 149 | 3395960549e8 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/task/addmentor.html Thu Feb 04 22:37:15 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 %}