templates/task/assign.html
author anoop
Tue, 09 Mar 2010 11:39:34 +0530
changeset 214 679c7e237052
parent 156 7cad1e92713d
permissions -rw-r--r--
added two more templates for displaying admin login form and admin logout message.

{% extends 'base.html' %}
{% block content %}
    <a href="/task/claim/tid={{task.id}}">click here</a> to return to the claims page.<br /><br />
    Select a user to assign this task.<br />
    <form action="" method="POST">
    {{form.as_table}}
    <input type="submit" value="Assign Task">
    </form>
{% endblock %}