pytask/templates/task/select_user.html
changeset 435 1217d808d70f
parent 431 fcc87a3f0311
equal deleted inserted replaced
434:ebfe27c2af39 435:1217d808d70f
     1 {% extends "base.html" %}
     1 {% extends "base.html" %}
       
     2 
       
     3 {% load form_helpers %}
     2 
     4 
     3 {% block content %}
     5 {% block content %}
     4   <a href="{% url claim_task task.id %}">
     6   <a href="{% url claim_task task.id %}">
     5     Click here
     7     Click here
     6   </a> to return to the claims page.
     8   </a> to return to the claims page.