pytask/templates/task/approved_task.html
changeset 431 fcc87a3f0311
parent 417 b37e541bf950
--- a/pytask/templates/task/approved_task.html	Sun Jan 16 23:16:21 2011 +0530
+++ b/pytask/templates/task/approved_task.html	Sun Jan 16 23:17:13 2011 +0530
@@ -1,5 +1,9 @@
-{% extends 'base.html' %}
+{% extends "base.html" %}
+
 {% block content %}
-The task <a href="{% url view_task task.id %}">{{task.title}}</a> has been approved.<br />
+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 %}