diff -r e2903a92b5e8 -r 67de265ca06a templates/user/browse_requests.html --- a/templates/user/browse_requests.html Thu Feb 25 19:39:02 2010 +0530 +++ b/templates/user/browse_requests.html Thu Feb 25 19:46:19 2010 +0530 @@ -1,9 +1,11 @@ {% extends 'base.html' %} {% block content %} {% for req in reqs %} -
{{req.sent_by.username}}|{{req.role}}| + + {% if not req.is_read %}{% endif %}{{req.sent_by.username}}|{{req.role}}| {% ifequal req.role "PY" %} {{req.task.title}} - {% endifequal %}
+ {% endifequal %} + {% if not req.is_read %}
{% endif %}
{% endfor %} {% endblock %}