pytask/templates/task/approved_task.html
author Nishanth Amuluru <nishanth@fossee.in>
Wed, 12 Jan 2011 00:19:22 +0530
changeset 148 026f2059a97a
parent 136 cdd8026ee60e
permissions -rw-r--r--
fixed a few broken links to templates

{% extends 'base.html' %}
{% block content %}
The task <a href="/task/view/tid={{task.uniq_key}}">{{task.title}}</a> has been approved.<br />
The task will be public. Now users can claim the task and work on it.
{% endblock %}