diff -r 0c568378a4bc -r daee11bdfbaa templates/user/browse_requests.html --- a/templates/user/browse_requests.html Fri Feb 26 16:17:45 2010 +0530 +++ b/templates/user/browse_requests.html Fri Feb 26 17:49:26 2010 +0530 @@ -4,7 +4,7 @@ You have no unreplied requests. {% else %} {% for req in reqs %} -
+ {% if not req.is_read %}{% endif %}{{req.sent_by.username}}|{{req.role}}| {% ifequal req.role "PY" %} {{req.task.title}}