diff -r 4da58abdf6ff -r f2623fb8041a pytask/templates/task/addmentor.html --- /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.as_table}} + +
+{% endblock %}