# HG changeset patch # User Madhusudan.C.S # Date 1295200033 -19800 # Node ID fcc87a3f0311ddaf13b0ff1cab223d75dd99209c # Parent a11a778fca54ce67efe69d6ec3f43cabf8ea5639 Huh, please don't tell me I will have to refactor so much code again. diff -r a11a778fca54 -r fcc87a3f0311 pytask/templates/task/addreviewer.html --- a/pytask/templates/task/addreviewer.html Sun Jan 16 23:16:21 2011 +0530 +++ b/pytask/templates/task/addreviewer.html Sun Jan 16 23:17:13 2011 +0530 @@ -1,9 +1,7 @@ -{% extends 'base.html' %} +{% extends "base.html" %} + {% block content %} - Select a user as a reviewer for this task.
-
- {% csrf_token %} - {{form.as_table}} - -
+ Select a user as a reviewer for this task.
+ + {% as_div_form form "Add Reviewer Form" csrf_token "Select" %} {% endblock %} diff -r a11a778fca54 -r fcc87a3f0311 pytask/templates/task/approved_task.html --- 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 {{task.title}} has been approved.
+The task {{task.title}} +has been approved. +
+ The task will be public. Now users can claim the task and work on it. {% endblock %} diff -r a11a778fca54 -r fcc87a3f0311 pytask/templates/task/approved_textbook.html --- a/pytask/templates/task/approved_textbook.html Sun Jan 16 23:16:21 2011 +0530 +++ b/pytask/templates/task/approved_textbook.html Sun Jan 16 23:17:13 2011 +0530 @@ -1,5 +1,8 @@ -{% extends 'base.html' %} +{% extends "base.html" %} {% block content %} -The textbook {{textbook.name}} has been approved.
+The textbook +{{textbook.name}} has been approved. +
+ The textbook will now be public. {% endblock %} diff -r a11a778fca54 -r fcc87a3f0311 pytask/templates/task/browse.html --- a/pytask/templates/task/browse.html Sun Jan 16 23:16:21 2011 +0530 +++ b/pytask/templates/task/browse.html Sun Jan 16 23:17:13 2011 +0530 @@ -1,4 +1,5 @@ -{% extends 'base.html' %} +{% extends "base.html" %} + {% block content %} {% if open_tasks %} diff -r a11a778fca54 -r fcc87a3f0311 pytask/templates/task/browse_textbooks.html --- a/pytask/templates/task/browse_textbooks.html Sun Jan 16 23:16:21 2011 +0530 +++ b/pytask/templates/task/browse_textbooks.html Sun Jan 16 23:17:13 2011 +0530 @@ -1,4 +1,5 @@ -{% extends 'base.html' %} +{% extends "base.html" %} + {% block content %} {% if comp_textbooks %} Textbooks that were completed recently