pytask/templates/task/approved_task.html
changeset 136 cdd8026ee60e
equal deleted inserted replaced
135:014d812e625e 136:cdd8026ee60e
       
     1 {% extends 'base.html' %}
       
     2 {% block content %}
       
     3 The task <a href="/task/view/tid={{task.uniq_key}}">{{task.title}}</a> has been approved.<br />
       
     4 The task will be public. Now users can claim the task and work on it.
       
     5 {% endblock %}