summaryrefslogtreecommitdiff
path: root/templates/task
diff options
context:
space:
mode:
authornishanth2010-03-04 19:08:47 +0530
committernishanth2010-03-04 19:08:47 +0530
commit41ba7417291d681d76621ceecfc9e5191c46c009 (patch)
tree169beb2dd5c750e0d5cd766e1d39040c922b345e /templates/task
parentf1d2f36818c7033aaff55767a9413d654f68a4c8 (diff)
downloadpytask-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.html11
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 %}