diff -r c4cb937b8e7f -r bfe621e64a16 templates/user/browse_requests.html
--- a/templates/user/browse_requests.html Mon Mar 01 15:15:54 2010 +0530
+++ b/templates/user/browse_requests.html Tue Mar 02 01:05:24 2010 +0530
@@ -1,15 +1,36 @@
{% extends 'base.html' %}
{% block content %}
{% if not reqs %}
- You have no unreplied requests.
+ You have no unreplied requests learn more
{% else %}
+ You have not yet replied to these requests.learn more
{% for req in reqs %}
-