templates/task/create.html
changeset 18 a39549bd5b08
parent 12 a93eebabfeb1
--- a/templates/task/create.html	Thu Feb 04 22:21:44 2010 +0530
+++ b/templates/task/create.html	Thu Feb 04 22:27:47 2010 +0530
@@ -1,2 +1,10 @@
 {% extends 'base.html' %}
+{% block content %}
+    {% if error_msg %}
+    {{ error_msg }}<br />
+    {% endif %}
+    <form action="" method="post">
+    {{form.as_p}}
+    <input type="submit" value="Submit">
+    </form>
 {% endblock %}