pytask/templates/task/approved_task.html
author Nishanth Amuluru <nishanth@fossee.in>
Tue, 11 Jan 2011 01:03:04 +0530
changeset 136 cdd8026ee60e
permissions -rw-r--r--
task approval is fine now
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
136
cdd8026ee60e task approval is fine now
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     1
{% extends 'base.html' %}
cdd8026ee60e task approval is fine now
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     2
{% block content %}
cdd8026ee60e task approval is fine now
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     3
The task <a href="/task/view/tid={{task.uniq_key}}">{{task.title}}</a> has been approved.<br />
cdd8026ee60e task approval is fine now
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     4
The task will be public. Now users can claim the task and work on it.
cdd8026ee60e task approval is fine now
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     5
{% endblock %}