diff options
author | nishanth | 2010-03-04 19:08:47 +0530 |
---|---|---|
committer | nishanth | 2010-03-04 19:08:47 +0530 |
commit | 41ba7417291d681d76621ceecfc9e5191c46c009 (patch) | |
tree | 169beb2dd5c750e0d5cd766e1d39040c922b345e /templates/task | |
parent | f1d2f36818c7033aaff55767a9413d654f68a4c8 (diff) | |
download | pytask-41ba7417291d681d76621ceecfc9e5191c46c009.tar.gz pytask-41ba7417291d681d76621ceecfc9e5191c46c009.tar.bz2 pytask-41ba7417291d681d76621ceecfc9e5191c46c009.zip |
ditchaxed the claims model.
Diffstat (limited to 'templates/task')
-rw-r--r-- | templates/task/claim.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/task/claim.html b/templates/task/claim.html index d069bb6..d4858d4 100644 --- a/templates/task/claim.html +++ b/templates/task/claim.html @@ -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 %} |