templates/task/claim.html
changeset 205 0c317f68df49
parent 204 fa1da06d25c9
child 218 59107ce0a618
equal deleted inserted replaced
204:fa1da06d25c9 205:0c317f68df49
    24     {% endif %}
    24     {% endif %}
    25     {% if task_claimed and is_mentor %}
    25     {% if task_claimed and is_mentor %}
    26         <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>
    26         <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>
    27     {% endif %}
    27     {% endif %}
    28     {% if user_can_claim %}
    28     {% if user_can_claim %}
       
    29     <!--
    29         {% if errors %}
    30         {% if errors %}
    30             {% for error in errors %}
    31             {% for error in errors %}
    31                 {{error}}<br />
    32                 {{error}}<br />
    32             {% endfor %}
    33             {% endfor %}
    33         {% endif %}
    34         {% endif %}
    35         <hr />
    36         <hr />
    36         Claim proposal:<br />
    37         Claim proposal:<br />
    37             <form action="" method="post">
    38             <form action="" method="post">
    38             <textarea name="message"></textarea><br />
    39             <textarea name="message"></textarea><br />
    39             <input type="submit" value="Submit Claim"><br />
    40             <input type="submit" value="Submit Claim"><br />
    40             Please note that you can claim only once and so write your proposal carefully.<br />
    41             
    41             </form>
    42             </form>
       
    43         -->
       
    44         <hr />
       
    45         <form action="" method="post">
       
    46         {{form.as_p}}
       
    47         <input type="submit" value="Submit Claim"><br />
       
    48         Please note that you can claim only once and so write your proposal carefully.<br />
       
    49         </form>
    42     {% endif %}
    50     {% endif %}
       
    51 
    43 {% endblock %}
    52 {% endblock %}