pytask/templates/task/approved_task.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 04 Feb 2011 16:37:22 +0530
changeset 556 a0e57ca7cf56
parent 431 fcc87a3f0311
permissions -rw-r--r--
Style fixes.

{% extends "base.html" %}

{% block content %}
The task <a href="{% url view_task task.id %}">{{task.title}}</a>
has been approved.
<br />

The task will be public. Now users can claim the task and work on it.
{% endblock %}