templates/task/claim.html
changeset 205 0c317f68df49
parent 204 fa1da06d25c9
child 218 59107ce0a618
--- a/templates/task/claim.html	Thu Mar 04 18:30:55 2010 +0530
+++ b/templates/task/claim.html	Thu Mar 04 19:08:47 2010 +0530
@@ -26,6 +26,7 @@
         <a href="/task/assign/tid={{task.id}}">Select a user to assign the work.</a><sup><a href="/about/assigntask/" target="_blank">learn more</a></sup>
     {% endif %}
     {% if user_can_claim %}
+    <!--
         {% if errors %}
             {% for error in errors %}
                 {{error}}<br />
@@ -37,7 +38,15 @@
             <form action="" method="post">
             <textarea name="message"></textarea><br />
             <input type="submit" value="Submit Claim"><br />
-            Please note that you can claim only once and so write your proposal carefully.<br />
+            
             </form>
+        -->
+        <hr />
+        <form action="" method="post">
+        {{form.as_p}}
+        <input type="submit" value="Submit Claim"><br />
+        Please note that you can claim only once and so write your proposal carefully.<br />
+        </form>
     {% endif %}
+
 {% endblock %}