pytask/templates/task/approved_task.html
author Nishanth Amuluru <nishanth@fossee.in>
Tue, 11 Jan 2011 22:43:56 +0530
changeset 147 979f2f44050a
parent 136 cdd8026ee60e
permissions -rw-r--r--
added all the buildout data to hgignore

{% 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 %}