diff -r 5ed0362bd674 -r e15749fab2e4 pytask/templates/task/create.html --- a/pytask/templates/task/create.html Sun Jan 16 17:02:02 2011 +0530 +++ b/pytask/templates/task/create.html Sun Jan 16 17:04:13 2011 +0530 @@ -1,8 +1,22 @@ -{% extends 'base.html' %} +{% extends "base.html" %} +{% load form_helpers %} +{% block css %} + + +{% endblock %} +{% block js %} + + +{% endblock %} + {% block content %} -
-{% csrf_token %} -{{form.as_p}} - -
+ {% as_div_form form "Create Task Form" csrf_token "" "Create" %} {% endblock %}