pytask/templates/task/approved_task.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sat, 05 Feb 2011 03:24:52 +0530
changeset 559 96e8e65a3738
parent 431 fcc87a3f0311
permissions -rw-r--r--
Display Pynts on task/textbook description page. Also make some 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 %}