pytask/templates/task/select_user.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 30 Jan 2011 18:51:08 +0530
changeset 524 b942d6e3d204
parent 435 1217d808d70f
permissions -rw-r--r--
Fix the font size of the text in input boxes.

{% extends "base.html" %}

{% load form_helpers %}

{% block content %}
  <a href="{% url claim_task task.id %}">
    Click here
  </a> to return to the claims page.
  <br /><br />
  Select a user to assign this task.<br />
  {% as_div_form form "Assign Task Form" csrf_token "Assign Task" %}
{% endblock %}